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