public WindowState State { get; set; }
Public Property State As WindowState Get Set
public: property WindowState^ State { WindowState^ get (); void set (WindowState^ value); }
member State : WindowState with get, set
In This Article