Settings.MainWindowSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property System::Drawing::Size MainWindowSize { System::Drawing::Size get(); void set(System::Drawing::Size value); };
[System.Configuration.DefaultSettingValue("0, 0")]
[System.Configuration.UserScopedSetting]
[System.Diagnostics.DebuggerNonUserCode]
public System.Drawing.Size MainWindowSize { get; set; }
[<System.Configuration.DefaultSettingValue("0, 0")>]
[<System.Configuration.UserScopedSetting>]
[<System.Diagnostics.DebuggerNonUserCode>]
member this.MainWindowSize : System.Drawing.Size with get, set
Public Property MainWindowSize As Size
Property Value
- Attributes