Class Style
Defines a style.
public class Style : StyleBase, INotifyPropertyChanged, IStyle, IResourceProvider, IResourceNode
- Inheritance
-
Style
- Implements
- Inherited Members
- Extension Methods
Constructors
Style()
Initializes a new instance of the Style class.
public Style()
Style(Func<Selector?, Selector>)
Initializes a new instance of the Style class.
public Style(Func<Selector?, Selector> selector)
Parameters
Properties
Selector
Gets or sets the style's selector.
public Selector? Selector { get; set; }
Property Value
Methods
ToString()
Returns a string representation of the style.
public override string ToString()
Returns
- string
A string representation of the style.