FontStyle
Struct
Defines a structure that represents the style of a font face as normal, italic, or oblique.
Definition
Namespace:Telerik.WinControls.RichTextEditor.UI
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
[TypeConverter(typeof(FontStyleConverter))]
public struct FontStyle : IFormattable
Implements:
Methods
Retrieves the hash code for this object.
C#
public override int GetHashCode()
A 32-bit hash code, which is a signed integer.
Overrides: