Loading ...

Binding Modes In Xaml

Hello everybody, today I want to write few words about binding in XAML. So there are four ways of binding in XAML. One way Two way One way to source One time   If to speak about them more, then here it goes additional definitions: OneWay : source property updates target property TwoWay: s...

Basic Elements In Xaml

Hello everybody, today I want to write few words about basic elements in XAML.   DependencyObject This class is next in inheritance level in XAML after object. DependencyObject gives needed properties for representing something that participates in dependency property system. Mostly nee...