Struct EFontStretch
Class for EFontStretch.
Inherited Members
Namespace: Syncfusion.SVG.IO
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public struct EFontStretch
Properties
Condensed
Gets the condensed.
Declaration
public static EFontStretch Condensed { get; }
Property Value
Type | Description |
---|---|
EFontStretch | The condensed. |
Expanded
Gets the expanded.
Declaration
public static EFontStretch Expanded { get; }
Property Value
Type | Description |
---|---|
EFontStretch | The expanded. |
ExtraCondensed
Gets the extra condensed.
Declaration
public static EFontStretch ExtraCondensed { get; }
Property Value
Type | Description |
---|---|
EFontStretch | The extra condensed. |
ExtraExpanded
Gets the extra expanded.
Declaration
public static EFontStretch ExtraExpanded { get; }
Property Value
Type | Description |
---|---|
EFontStretch | The extra expanded. |
Narrower
Gets the narrower.
Declaration
public static EFontStretch Narrower { get; }
Property Value
Type | Description |
---|---|
EFontStretch | The narrower. |
Normal
Gets the normal.
Declaration
public static EFontStretch Normal { get; }
Property Value
Type | Description |
---|---|
EFontStretch | The normal. |
SemiCondensed
Gets the semi condensed.
Declaration
public static EFontStretch SemiCondensed { get; }
Property Value
Type | Description |
---|---|
EFontStretch | The semi condensed. |
SemiExpanded
Gets the semi expanded.
Declaration
public static EFontStretch SemiExpanded { get; }
Property Value
Type | Description |
---|---|
EFontStretch | The semi expanded. |
UltraCondensed
Gets the ultra condensed.
Declaration
public static EFontStretch UltraCondensed { get; }
Property Value
Type | Description |
---|---|
EFontStretch | The ultra condensed. |
UltraExpanded
Gets the ultra expanded.
Declaration
public static EFontStretch UltraExpanded { get; }
Property Value
Type | Description |
---|---|
EFontStretch | The ultra expanded. |
Wider
Gets the wider.
Declaration
public static EFontStretch Wider { get; }
Property Value
Type | Description |
---|---|
EFontStretch | The wider. |
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
Parse(String)
Parses the specified string.
Declaration
public static EFontStretch Parse(string str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str | The STR. |
Returns
Type | Description |
---|---|
EFontStretch | The font |
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. |