Table of Contents

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

AlignmentX

AlignmentY

[Display(Name = "垂直对其方式")]
public AlignmentY AlignmentY { get; set; }

Property Value

AlignmentY

BackgroundImage

[Display(Name = "背景图片")]
public ImageSource BackgroundImage { get; set; }

Property Value

ImageSource

BackgroundImageOpacity

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

Property Value

double

Stretch

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

Property Value

Stretch

TileMode

[Display(Name = "填充方式")]
public TileMode TileMode { get; set; }

Property Value

TileMode

Viewbox

[Display(Name = "内容位置和尺寸")]
public Rect Viewbox { get; set; }

Property Value

Rect

ViewboxUnits

[Display(Name = "内容相对方式")]
public BrushMappingMode ViewboxUnits { get; set; }

Property Value

BrushMappingMode

Viewport

[Display(Name = "图块位置和尺寸")]
public Rect Viewport { get; set; }

Property Value

Rect

ViewportUnits

[Display(Name = "图块相对方式")]
public BrushMappingMode ViewportUnits { get; set; }

Property Value

BrushMappingMode

Methods

LoadDefault()

public override void LoadDefault()