Quantcast
Channel: User Sinatr - Stack Overflow
Viewing all articles
Browse latest Browse all 601

Comment by Sinatr on In Avalonia,how to set the position of the control

$
0
0
foo.Bar = value is a syntax to call Bar property setter on foo instance. Attached properties are not normal properties and their syntax is different, because they need one more parameter (one is instance to attach property and another is property owner): foo.SetValue(bar, value) or SomeType.SetBar(foo, value). To better understand concept it's worth to refer wpf topics, avalonia help is not extensive enough.

Viewing all articles
Browse latest Browse all 601

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>