Class MainWindowSetting
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public class MainWindowSetting : LazySettingInstance<MainWindowSetting>, INotifyPropertyChanged, IDisplayer, ISetting
- Inheritance
-
MainWindowSetting
- Implements
- Inherited Members
- Extension Methods
Properties
AlignmentX
[Display(Name = "水平对其方式")]
public AlignmentX AlignmentX { get; set; }
Property Value
AlignmentY
[Display(Name = "垂直对其方式")]
public AlignmentY AlignmentY { get; set; }
Property Value
BackgroundImage
[Display(Name = "背景图片")]
public ImageSource BackgroundImage { get; set; }
Property Value
BackgroundImageOpacity
[Display(Name = "背景图片透明度")]
public double BackgroundImageOpacity { get; set; }
Property Value
Stretch
[Display(Name = "拉伸方式")]
public Stretch Stretch { get; set; }
Property Value
TileMode
[Display(Name = "填充方式")]
public TileMode TileMode { get; set; }
Property Value
Viewbox
[Display(Name = "内容位置和尺寸")]
public Rect Viewbox { get; set; }
Property Value
ViewboxUnits
[Display(Name = "内容相对方式")]
public BrushMappingMode ViewboxUnits { get; set; }
Property Value
Viewport
[Display(Name = "图块位置和尺寸")]
public Rect Viewport { get; set; }
Property Value
ViewportUnits
[Display(Name = "图块相对方式")]
public BrushMappingMode ViewportUnits { get; set; }
Property Value
Methods
LoadDefault()
public override void LoadDefault()