-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.Style.BasedOn |
winrt property |
Gets or sets a defined style that is the basis of the current style.
<Style BasedOn="styleReference" .../>
- styleReference
- styleReferenceA reference to an existing style. Typically, this uses a {StaticResource} markup extension reference to another style defined in resource dictionaries.