Class ScrollViewerSetting
[Display(Name = "滚动条设置", GroupName = "控件设置", Description = "设置滚动条参数")]
public class ScrollViewerSetting : Settable<ScrollViewerSetting>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ISettable, INameable, IOrderable, IGroupable, ILoadable, ISaveable, IDefaultable, IClearable
- Inheritance
-
ScrollViewerSetting
- Implements
- Inherited Members
- Extension Methods
Properties
Width
[Range(10, 80)]
[Display(Name = "滚动条宽度", Description = "设置全局滚动条宽度")]
public double Width { get; set; }