public bool IsUnderline { get; set; }
Public Property IsUnderline As Boolean Get Set
public: property bool IsUnderline { bool get (); void set (bool value); }
member IsUnderline : bool with get, set
In This Article