Interface IThemeOptions
public interface IThemeOptions : IIconFontFamilysOptions, IColorThemeOptions
- Inherited Members
- Extension Methods
Properties
BackgroundResource
IBackgroundResource BackgroundResource { get; set; }
Property Value
BackgroundResources
List<IBackgroundResource> BackgroundResources { get; }
Property Value
FontFamily
FontFamily FontFamily { get; set; }
Property Value
FontFamilys
List<FontFamily> FontFamilys { get; }
Property Value
FontSize
FontSizeThemeType FontSize { get; set; }
Property Value
Layout
LayoutThemeType Layout { get; set; }