Struct FontStyle
Defines a structure that represents the style of a font face as normal, italic, or oblique.
Inherited Members
Namespace: Telerik.WinControls.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public struct FontStyle : IFormattable
Methods
Equals(Object)
Compares an System.
Declaration
public override bool Equals(object obj)
Parameters
System. An System. |
Returns
System. true to show the two instances are equal; otherwise, false. |
Overrides
Equals(FontStyle)
Compares a System.
Declaration
public bool Equals(FontStyle obj)
Parameters
Font An instance of System. |
Returns
System. true to show the two instances are equal; otherwise, false. |
GetHashCode()
Retrieves the hash code for this object.
Declaration
public override int GetHashCode()
Returns
System. A 32-bit hash code, which is a signed integer. |
Overrides
ToString()
Creates a System.
Declaration
public override string ToString()
Returns
System. A System. |
Overrides
Operators
Equality(FontStyle, FontStyle)
Compares two instances of System.
Declaration
public static bool operator ==(FontStyle left, FontStyle right)
Parameters
Font The first instance of System. |
Font The second instance of System. |
Returns
System. true to show the specified System. |
Implicit(FontStyle to FontStyle)
Declaration
[Obsolete("This operator is deprecated. It will be removed in R3 2024.")]
public static implicit operator FontStyle(FontStyle style)
Parameters
System.
|
Returns
Implicit(FontStyle to FontStyle)
Declaration
[Obsolete("This operator is deprecated. It will be removed in R3 2024.")]
public static implicit operator FontStyle(FontStyle style)
Parameters
Font
|
Returns
System.
|
Inequality(FontStyle, FontStyle)
Evaluates two instances of System.
Declaration
public static bool operator !=(FontStyle left, FontStyle right)
Parameters
Font The first instance of System. |
Font The second instance of System. |
Returns
System. false to show |
Explicit Interface Implementations
IFormattable.ToString(String, IFormatProvider)
For a description of this member, see System.
Declaration
string IFormattable.ToString(string format, IFormatProvider provider)
Parameters
System. The System. |
System. The System. |
Returns
System. A System. |