public static Color? LogoForeground { get; }
Public Shared ReadOnly Property LogoForeground As Color?
Get
public:
static property Nullable<Color^> LogoForeground {
Nullable<Color^> get ();
}
static member LogoForeground : Nullable<Color> with get