Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 710 Bytes

style_basedon.md

File metadata and controls

33 lines (22 loc) · 710 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Style.BasedOn
winrt property

Windows.UI.Xaml.Style.BasedOn

-description

Gets or sets a defined style that is the basis of the current style.

-xaml-syntax

<Style BasedOn="styleReference" .../>

-xaml-values

styleReference
styleReferenceA reference to an existing style. Typically, this uses a {StaticResource} markup extension reference to another style defined in resource dictionaries.
## -property-value A defined style that is the basis of the current style. The default value is null.

-remarks

-examples

-see-also