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