Table of Contents

Class LayerBoxSetting

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

Properties

AnimationMilliseconds

[Display(Name = "动画间隔")]
public int AnimationMilliseconds { get; set; }

Property Value

int

RoatateValue

[Display(Name = "旋转角度")]
public int RoatateValue { get; set; }

Property Value

int

UseAnimation

[Display(Name = "启用缩放动画")]
public bool UseAnimation { get; set; }

Property Value

bool

UseCrossLine

[Display(Name = "显示参考线")]
public bool UseCrossLine { get; set; }

Property Value

bool

UseInfo

[Display(Name = "启用详细信息")]
public bool UseInfo { get; set; }

Property Value

bool

UseLayerList

[Display(Name = "启用图层列表")]
public bool UseLayerList { get; set; }

Property Value

bool

UseMessage

[Display(Name = "启用详细信息")]
public bool UseMessage { get; set; }

Property Value

bool

UseThumbView

[Display(Name = "启用鹰眼图")]
public bool UseThumbView { get; set; }

Property Value

bool

UseTools

[Display(Name = "启用工具栏")]
public bool UseTools { get; set; }

Property Value

bool

WalkMilliseconds

[Display(Name = "漫游间隔")]
public int WalkMilliseconds { get; set; }

Property Value

int