Class AdornerSetting
[Display(Name = "装饰层配置", GroupName = "显示设置")]
public class AdornerSetting : LazySettableInstance<AdornerSetting>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable
- Inheritance
-
AdornerSetting
- Implements
- Inherited Members
- Extension Methods
Properties
DragAornerOpacity
[Display(Name = "拖拽时控件的透明度")]
[Range(0, 1, ErrorMessage = "数据超出范围范围: 0.0 - 1.0")]
public double DragAornerOpacity { get; set; }