Class ThemeViewPresenter
public class ThemeViewPresenter : ServiceMvpSettingBase<ThemeViewPresenter, IThemeViewPresenter>, INotifyPropertyChanged, IDisplayer, ISetting, IThemeViewPresenter, IInvokePresenter, IViewPresenter, IThemeViewPresenterOption, IMvpSettingOption, ISettingOption
- Inheritance
-
ThemeViewPresenter
- Implements
- Inherited Members
- Extension Methods
Properties
UseBrushType
说明
[Display(Name = "启用颜色类型配置")]
public bool UseBrushType { get; set; }
Property Value
UseCorner
说明
[Display(Name = "启用项圆角配置")]
public bool UseCorner { get; set; }
Property Value
UseCustomBrush
说明
[Display(Name = "启用自定义色配置")]
public bool UseCustomBrush { get; set; }
Property Value
UseDynamic
说明
[Display(Name = "启用动态主题配置")]
public bool UseDynamic { get; set; }
Property Value
UseFollowSystem
说明
[Display(Name = "启用跟随系统配置")]
public bool UseFollowSystem { get; set; }
Property Value
UseFontSize
说明
[Display(Name = "启用字体大小配置")]
public bool UseFontSize { get; set; }
Property Value
UseItemHeight
说明
[Display(Name = "启用项高度配置")]
public bool UseItemHeight { get; set; }
Property Value
UseRowHeight
说明
[Display(Name = "启用行高度配置")]
public bool UseRowHeight { get; set; }
Property Value
UseSceneType
说明
[Display(Name = "启用应用场景配置")]
public bool UseSceneType { get; set; }
Property Value
UseThemeStyle
说明
[Display(Name = "启用应用主题风格")]
public bool UseThemeStyle { get; set; }
Property Value
UseThemeType
说明
[Display(Name = "启用应用主题配置")]
public bool UseThemeType { get; set; }