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