Class FontStyles
Provides a set of static predefined System.Windows.FontStyle values.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public static class FontStyles
Properties
Italic
Specifies an italic System.Windows.FontStyle.
Declaration
public static FontStyle Italic { get; }
Property Value
FontStyle
A value that represents an italic System.Windows.FontStyle. |
Normal
Specifies a normal System.Windows.FontStyle.
Declaration
public static FontStyle Normal { get; }
Property Value
FontStyle
A value that represents a normal System.Windows.FontStyle. |
Oblique
Specifies an oblique System.Windows.FontStyle.
Declaration
public static FontStyle Oblique { get; }
Property Value
FontStyle
A value that represents an oblique System.Windows.FontStyle. |