UpdateDetailsDisplaySecondaryForeground Property |
Gets or sets the secondary foreground color.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic Brush SecondaryForeground { get; set; }
Public Property SecondaryForeground As Brush
Get
Set
public:
property Brush^ SecondaryForeground {
Brush^ get ();
void set (Brush^ value);
}
member SecondaryForeground : Brush with get, set
Property Value
Type:
Brush
See Also