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