ModernLinkIconForegroundBrush Property  | 
 
            ForegroundBrush for the icon.
            
 
    Namespace: 
   Hummingbird.UI
    Assembly:
   Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntaxpublic Brush IconForegroundBrush { get; set; }Public Property IconForegroundBrush As Brush
	Get
	Set
public:
property Brush^ IconForegroundBrush {
	Brush^ get ();
	void set (Brush^ value);
}Property Value
Type: 
Brush
            The icon foreground brush.
            
See Also