Struct EFontWeight
Class for EFontWeight.
Inherited Members
Namespace: Syncfusion.SVG.IO
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public struct EFontWeight
Properties
Bold
Gets the bold font weight.
Declaration
public static EFontWeight Bold { get; }
Property Value
Type | Description |
---|---|
EFontWeight | The bold. |
Bolder
Gets the bolder font.
Declaration
public static EFontWeight Bolder { get; }
Property Value
Type | Description |
---|---|
EFontWeight | The bolder. |
Lighter
Gets the lighter font weight.
Declaration
public static EFontWeight Lighter { get; }
Property Value
Type | Description |
---|---|
EFontWeight | The lighter. |
Normal
Gets the normal font.
Declaration
public static EFontWeight Normal { get; }
Property Value
Type | Description |
---|---|
EFontWeight | The normal. |
Value100
Gets the value100.
Declaration
public static EFontWeight Value100 { get; }
Property Value
Type | Description |
---|---|
EFontWeight | The value100. |
Value200
Gets the value200.
Declaration
public static EFontWeight Value200 { get; }
Property Value
Type | Description |
---|---|
EFontWeight | The value200. |
Value300
Gets the value300.
Declaration
public static EFontWeight Value300 { get; }
Property Value
Type | Description |
---|---|
EFontWeight | The value300. |
Value400
Gets the value400.
Declaration
public static EFontWeight Value400 { get; }
Property Value
Type | Description |
---|---|
EFontWeight | The value400. |
Value500
Gets the value500.
Declaration
public static EFontWeight Value500 { get; }
Property Value
Type | Description |
---|---|
EFontWeight | The value500. |
Value600
Gets the value600.
Declaration
public static EFontWeight Value600 { get; }
Property Value
Type | Description |
---|---|
EFontWeight | The value600. |
Value700
Gets the value700.
Declaration
public static EFontWeight Value700 { get; }
Property Value
Type | Description |
---|---|
EFontWeight | The value700. |
Value800
Gets the value800.
Declaration
public static EFontWeight Value800 { get; }
Property Value
Type | Description |
---|---|
EFontWeight | The value800. |
Value900
Gets the value900.
Declaration
public static EFontWeight Value900 { get; }
Property Value
Type | Description |
---|---|
EFontWeight | The value900. |
Methods
Equals(Object)
Indicates whether this instance and a specified object are equal.
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | Another object to compare to. |
Returns
Type | Description |
---|---|
System.Boolean | true if |
Overrides
GetHashCode()
Returns the hash code for this instance.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 | A 32-bit signed integer that is the hash code for this instance. |
Overrides
ToString()
Returns the fully qualified type name of this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A System.String containing a fully qualified type name. |
Overrides
Operators
Equality(EFontWeight, EFontWeight)
Implements the operator ==.
Declaration
public static bool operator ==(EFontWeight v1, EFontWeight v2)
Parameters
Type | Name | Description |
---|---|---|
EFontWeight | v1 | The v1. |
EFontWeight | v2 | The v2. |
Returns
Type | Description |
---|---|
System.Boolean | The result of the operator. |
Inequality(EFontWeight, EFontWeight)
Implements the operator !=.
Declaration
public static bool operator !=(EFontWeight v1, EFontWeight v2)
Parameters
Type | Name | Description |
---|---|---|
EFontWeight | v1 | The v1. |
EFontWeight | v2 | The v2. |
Returns
Type | Description |
---|---|
System.Boolean | The result of the operator. |