public Color? Hover { get; set; }Public Property Hover As Color?
Get
Setpublic:
virtual property Nullable<Color^> Hover {
Nullable<Color^> get () sealed;
void set (Nullable<Color^> value) sealed;
}abstract Hover : Nullable<Color> with get, set
override Hover : Nullable<Color> with get, set