Class WindowSetting
[Display(Name = "窗口设置", GroupName = "控件设置", Description = "设置窗口参数")]
public class WindowSetting : Settable<WindowSetting>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable
- Inheritance
-
WindowSetting
- Implements
- Inherited Members
- Extension Methods
Properties
BackImagePath
[Display(Name = "窗口背景图片")]
public string BackImagePath { get; set; }
Property Value
Opacity
[Display(Name = "图片透明度")]
public double Opacity { get; set; }
Property Value
Stretch
[Display(Name = "图片拉伸")]
public Stretch Stretch { get; set; }
Property Value
UseBackImage
[Display(Name = "启用窗口背景图片")]
public bool UseBackImage { get; set; }
Property Value
UseNoticeOnMainWindowClose
[Display(Name = "主窗口关闭提示", Description = "当主窗口点击关闭时会提示是否关闭窗口")]
public bool UseNoticeOnMainWindowClose { get; set; }
Property Value
UseSaveOnMainWindowClose
[Display(Name = "主窗口关闭保存数据", Description = "当主窗口点击关闭时主窗口关闭保存数据")]
public bool UseSaveOnMainWindowClose { get; set; }