Class IconSource
Represents the base class for an icon source.
public abstract class IconSource : DependencyObject
- Inheritance
-
IconSource
- Derived
- Inherited Members
Fields
ForegroundProperty
Identifies the Foreground dependency property.
public static readonly DependencyProperty ForegroundProperty
Field Value
Properties
Foreground
Gets or sets a brush that describes the foreground color.
public Brush Foreground { get; set; }
Property Value
- Brush
The brush that paints the foreground of the control. The default value is the system dialog font color.
Methods
CreateIconElement()
public abstract IconElement CreateIconElement()