Class StyleSetting
public class StyleSetting : LazySettingInstance<StyleSetting>, INotifyPropertyChanged, IDisplayer, ISetting
- Inheritance
-
StyleSetting
- Implements
- Inherited Members
- Extension Methods
Properties
EffectType
[Display(Name = "阴影风格")]
public EffectType EffectType { get; set; }
Property Value
LayoutStyle
[Display(Name = "布局方式")]
public LayoutStyle LayoutStyle { get; set; }
Property Value
MouseOverEffect
[Display(Name = "悬停阴影")]
public EffectType MouseOverEffect { get; set; }
Property Value
MouseOverStyleType
[Display(Name = "悬停风格")]
public MouseOverStyleType MouseOverStyleType { get; set; }
Property Value
SelectEffect
[Display(Name = "选中阴影")]
public EffectType SelectEffect { get; set; }
Property Value
StyleType
[Display(Name = "控件风格")]
public StyleType StyleType { get; set; }
Property Value
UseBackground
[Display(Name = "启用背景")]
public bool UseBackground { get; set; }
Property Value
UseBorder
[Display(Name = "启用边框")]
public bool UseBorder { get; set; }
Property Value
UseClear
说明
[Display(Name = "启用清空")]
public bool UseClear { get; set; }
Property Value
UseMouseOverScale
[Display(Name = "启用鼠标悬停按钮放大效果")]
public bool UseMouseOverScale { get; set; }
Property Value
UsePressScale
[Display(Name = "启用鼠标按下按钮缩小效果")]
public bool UsePressScale { get; set; }
Property Value
UseTitle
[Display(Name = "启用标题")]
public bool UseTitle { get; set; }