Class LayerBoxSetting
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
RoatateValue
[Display(Name = "旋转角度")]
public int RoatateValue { get; set; }
Property Value
UseAnimation
[Display(Name = "启用缩放动画")]
public bool UseAnimation { get; set; }
Property Value
UseCrossLine
[Display(Name = "显示参考线")]
public bool UseCrossLine { get; set; }
Property Value
UseInfo
[Display(Name = "启用详细信息")]
public bool UseInfo { get; set; }
Property Value
UseLayerList
[Display(Name = "启用图层列表")]
public bool UseLayerList { get; set; }
Property Value
UseMessage
[Display(Name = "启用详细信息")]
public bool UseMessage { get; set; }
Property Value
UseThumbView
[Display(Name = "启用鹰眼图")]
public bool UseThumbView { get; set; }
Property Value
UseTools
[Display(Name = "启用工具栏")]
public bool UseTools { get; set; }
Property Value
WalkMilliseconds
[Display(Name = "漫游间隔")]
public int WalkMilliseconds { get; set; }