Click or drag to resize
StyleBasedOn Property
Gets or sets a defined style that is the basis of the current style. Returns a defined style that is the basis of the current style. The default value is null.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Style BasedOn { get; set; }

Property Value

Type: Style
See Also