July 2017
Beginner
466 pages
9h 37m
English
The properties can also be defined as an element when you cannot assign the value within the quotes. This generally starts with <element.PropertyName> and ends with </element.PropertyName>. The following example shows you how to write the Background property as an element to the Button:
<Button>
<Button.Background>
<SolidColorBrush Color="Red" />
</Button.Background>
</Button>
Read now
Unlock full access