Skip to main content

DXFontIconSourceBase Members

Serves as a base class for the DXFontIconSource and DXSymbolIconSource classes.

Fields

Name Description
FontSizeProperty static Identifies the FontSize dependency property.
FontStyleProperty static Identifies the FontStyle dependency property.
FontWeightProperty static Identifies the FontWeight dependency property.
ForegroundProperty static Identifies the Foreground dependency property.

Properties

Name Description
FontSize Gets or sets the icon’s font size.
FontStyle Gets or sets the icon’s font style.
FontWeight Gets or sets the icon’s font weight.
Foreground Gets or sets a brush that paints the icon’s foreground.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also