Color? HoverText { get; set; }
Property HoverText As Color? Get Set
property Nullable<Color> HoverText { Nullable<Color> get (); void set (Nullable<Color> value); }
abstract HoverText : Nullable<Color> with get, set
In This Article