Class VipSetting
public class VipSetting : LazySettingInstance<VipSetting>, INotifyPropertyChanged, IDisplayer, ISetting
- Inheritance
-
VipSetting
- Implements
- Inherited Members
- Extension Methods
Properties
FontZize
[Display(Name = "会员标记显示的字体大小")]
public int FontZize { get; set; }
Property Value
ForegroundColor
[Display(Name = "会员标记显示的字体颜色")]
public Color ForegroundColor { get; set; }
Property Value
Format
[Display(Name = "显示的产品名称")]
public string Format { get; set; }