Class SymbolIconSource
Represents an icon source that uses a glyph from the specified font.
public class SymbolIconSource : IconSource
- Inheritance
-
SymbolIconSource
- Inherited Members
Fields
FilledProperty
Identifies the Filled dependency property.
public static readonly DependencyProperty FilledProperty
Field Value
FontSizeProperty
Identifies the FontSize dependency property.
public static readonly DependencyProperty FontSizeProperty
Field Value
FontStyleProperty
Identifies the FontStyle dependency property.
public static readonly DependencyProperty FontStyleProperty
Field Value
FontWeightProperty
Identifies the FontWeight dependency property.
public static readonly DependencyProperty FontWeightProperty
Field Value
SymbolProperty
Identifies the Symbol dependency property.
public static readonly DependencyProperty SymbolProperty
Field Value
Properties
Filled
Gets or sets a value indicating whether or not we should use the SymbolFilled.
public bool Filled { get; set; }
Property Value
FontSize
Gets or sets the font size.
public double FontSize { get; set; }
Property Value
- double
The size of the text in the Control. The default is MessageFontSize. The font size must be a positive number.
FontStyle
Gets or sets the font style.
public FontStyle FontStyle { get; set; }
Property Value
FontWeight
Gets or sets the weight or thickness of the specified font.
public FontWeight FontWeight { get; set; }
Property Value
- FontWeight
A FontWeight value. The default is Normal.
Symbol
Gets or sets displayed SymbolRegular.
public SymbolRegular Symbol { get; set; }
Property Value
Methods
CreateIconElement()
public override IconElement CreateIconElement()