c# - Xamarin forms Passing Arguments in XAML -


i'm trying pass arguments in xaml own class following: passing arguments like:

<myclass>      <x:arguments>         <x:boolean>true</x:boolean>         <x:double>90</x:double>      </x:arguments>                     </myclass>

but when add error saying:

the given key not present in dictionary.

if hard code inside constructor instead, works fine, want able change it.

update:

my class extension of image, got working fine alone, , in listview, not in tweaked listview working horizontal image gallery.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -