Class FontStyles
Contains predefined FontStyles.
Inheritance
System.Object
FontStyles
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.Documents.Core.Fonts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public static class FontStyles
Properties
Italic
Gets the italic FontStyle.
Declaration
public static FontStyle Italic { get; }
Property Value
FontStyle
|
Normal
Gets the normal FontStyle.
Declaration
public static FontStyle Normal { get; }
Property Value
FontStyle
|