public Nullable<bool> HideCaption { get; set; }
Public Property HideCaption As Nullable(Of Boolean) Get Set
public: property Nullable<bool^> HideCaption { Nullable<bool^> get (); void set (Nullable<bool^> value); }