Table of Contents

Class WindowSetting

Namespace
H.Styles.Controls
Assembly
H.Style.dll
[Display(Name = "窗口设置", GroupName = "控件设置", Description = "设置窗口参数")]
public class WindowSetting : Settable<WindowSetting>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable
Inheritance
WindowSetting
Implements
Inherited Members
Extension Methods

Properties

BackImagePath

[Display(Name = "窗口背景图片")]
public string BackImagePath { get; set; }

Property Value

string

Opacity

[Display(Name = "图片透明度")]
public double Opacity { get; set; }

Property Value

double

Stretch

[Display(Name = "图片拉伸")]
public Stretch Stretch { get; set; }

Property Value

Stretch

UseBackImage

[Display(Name = "启用窗口背景图片")]
public bool UseBackImage { get; set; }

Property Value

bool

UseNoticeOnMainWindowClose

[Display(Name = "主窗口关闭提示", Description = "当主窗口点击关闭时会提示是否关闭窗口")]
public bool UseNoticeOnMainWindowClose { get; set; }

Property Value

bool

UseSaveOnMainWindowClose

[Display(Name = "主窗口关闭保存数据", Description = "当主窗口点击关闭时主窗口关闭保存数据")]
public bool UseSaveOnMainWindowClose { get; set; }

Property Value

bool