Table of Contents

Class CoordinateSetting

Namespace
System
Assembly
HeBianGu.Control.LayerBox.dll
public class CoordinateSetting : LazySettingInstance<CoordinateSetting>, INotifyPropertyChanged, IDisplayer, ISetting
Inheritance
CoordinateSetting
Implements
Inherited Members
Extension Methods

Properties

InvertY

[Display(Name = "Y轴倒置")]
public bool InvertY { get; set; }

Property Value

bool

MaxScale

[Range(1, 1.7976931348623157E+308)]
[Display(Name = "最大缩放")]
public double MaxScale { get; set; }

Property Value

double

MinScale

[Range(0, 1)]
[Display(Name = "最小缩放")]
public double MinScale { get; set; }

Property Value

double

ScaleSensitivity

[Range(1, 100)]
[Display(Name = "缩放灵敏度")]
public double ScaleSensitivity { get; set; }

Property Value

double