Color? CaptionForeground { get; set; }Property CaptionForeground As Color?
Get
Setproperty Nullable<Color^> CaptionForeground {
Nullable<Color^> get ();
void set (Nullable<Color^> value);
}abstract CaptionForeground : Nullable<Color> with get, set