Class SplashScreenOptions
- Namespace
- H.Modules.SplashScreen
- Assembly
- H.Modules.SplashScreen.dll
[Display(Name = "启动页面", GroupName = "系统设置", Description = "启动页面设置信息")]
public class SplashScreenOptions : IocOptionInstance<SplashScreenOptions>, INotifyPropertyChanged, IDisplayBindable, IIconable, IDable, IDescriptionable, ILoadable, ISaveable, IDefaultable, IClearable, IOptions<SplashScreenOptions>, ISplashScreenOptions, ISettable, INameable, IOrderable, IGroupable
- Inheritance
-
SplashScreenOptions
- Implements
- Inherited Members
- Extension Methods
Properties
Product
[Display(Name = "登录标题")]
public string Product { get; set; }
Property Value
ProductFontSize
[Display(Name = "字体大小")]
public double ProductFontSize { get; set; }
Property Value
Methods
LoadDefault()
加载默认值。
public override void LoadDefault()