StructFontStyle
Struct
Defines a structure that represents the style of a font face as normal, italic, or oblique.
Definition
Namespace:Telerik.WinControls.Spreadsheet.UI
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(FontStyleConverter))]
public struct FontStyle : IFormattable
Implements:
Methods
GetHashCode()
Retrieves the hash code for this object.
Declaration
cs-api-definition
public override int GetHashCode()
Returns
A 32-bit hash code, which is a signed integer.
Overrides
ToString()
Creates a string that represents the current FontStyle object and is based on the CurrentCulture property information.
Operators
operator !=(FontStyle, FontStyle)
Evaluates two instances of FontStyle to determine inequality.
operator ==(FontStyle, FontStyle)
Compares two instances of FontStyle for equality.