Class ThemeFonts
Inheritance
System.Object
ThemeFonts
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model.Themes
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ThemeFonts : ISupportShouldSerialize
Constructors
ThemeFonts()
Declaration
public ThemeFonts()
Properties
IsDefault
Declaration
public bool IsDefault { get; }
Property Value
System.Boolean
|
Major
Declaration
[XamlSerializable("Cambria")]
public FontFamily Major { get; set; }
Property Value
FontFamily
|
Minor
Declaration
[XamlSerializable("Calibri")]
public FontFamily Minor { get; set; }
Property Value
FontFamily
|
Name
Declaration
[XamlSerializable("Office")]
public string Name { get; set; }
Property Value
System.String
|
Methods
GetFont(ThemeFontsEnum, out FontFamily)
Declaration
public bool GetFont(ThemeFontsEnum themeFont, out FontFamily fontFamily)
Parameters
ThemeFontsEnum
themeFont
|
FontFamily
fontFamily
|
Returns
System.Boolean
|
GetThemeFontsEnum(String)
Declaration
public static ThemeFontsEnum? GetThemeFontsEnum(string themeFontName)
Parameters
System.String
themeFontName
|
Returns
System.Nullable<ThemeFontsEnum>
|