What is XAML Markup Extensions?

Technology CommunityCategory: XamarinWhat is XAML Markup Extensions?
VietMX Staff asked 3 years ago

XAML Markup Extension helps us extend the power of providing the value to the attributes of the control from the different sources instead of just providing string literals.It is just a different way to express an attribute of an Element. Any attribute setting which is enclosed within curly braces are simply known as Markup Extensions.

<BoxView Color="{StaticResource PrimaryThemeColor}" />