Class MainWindowOption
[Display(Name = "主窗口设置", GroupName = "控件设置", Description = "设置主窗口设置参数")]
public class MainWindowOption : IocOptionInstance<MainWindowOption>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IOptions<MainWindowOption>
- Inheritance
-
MainWindowOption
- Implements
- Inherited Members
- Extension Methods
Properties
Height
[Display(Name = "高度", Description = "设置主窗口高度")]
public double Height { get; set; }
Property Value
Width
[Display(Name = "宽度", Description = "设置主窗口高度")]
public double Width { get; set; }
Property Value
WindowStartupLocation
[Display(Name = "位置", Description = "设置主窗口居中位置")]
public WindowStartupLocation WindowStartupLocation { get; set; }
Property Value
WindowState
[Display(Name = "状态", Description = "设置主窗口状态,最大、最小和常规")]
public WindowState WindowState { get; set; }