'Declaration Public Property UnderlineColor As System.Nullable(Of Color)
public System.Nullable<Color> UnderlineColor { get; set; }
public: __property System.Nullable<Color*>* get_UnderlineColor(); public: __property void set_UnderlineColor(
System.Nullable<Color*>* value
);
public:
property System.Nullable<Color^>^ UnderlineColor { System.Nullable<Color^>^ get(); void set(System.Nullable<Color^>^ value); }