public bool IsBold{ get; set;}
Public Property IsBold As Boolean
public: property bool IsBold { bool get (); void set (bool value); }