Windows.UI.Xaml.Style.BasedOn
June 22, 2022 ยท View on GitHub
-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.