Class LengthType
Length type enumeration.
Inheritance
System.Object
LengthType
Namespace: Syncfusion.SVG.IO
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class LengthType : Enum
Fields
CM
Length in CM
Declaration
public const LengthType CM
Field Value
| Type |
|---|
| LengthType |
EMS
Length in EMS
Declaration
public const LengthType EMS
Field Value
| Type |
|---|
| LengthType |
EXS
Length in EXS
Declaration
public const LengthType EXS
Field Value
| Type |
|---|
| LengthType |
IN
Length in IN
Declaration
public const LengthType IN
Field Value
| Type |
|---|
| LengthType |
MM
Length in MM
Declaration
public const LengthType MM
Field Value
| Type |
|---|
| LengthType |
Number
Length in number
Declaration
public const LengthType Number
Field Value
| Type |
|---|
| LengthType |
PC
Length in PC
Declaration
public const LengthType PC
Field Value
| Type |
|---|
| LengthType |
Percentage
Length in percentage
Declaration
public const LengthType Percentage
Field Value
| Type |
|---|
| LengthType |
PT
Length in PT
Declaration
public const LengthType PT
Field Value
| Type |
|---|
| LengthType |
PX
Length in PX
Declaration
public const LengthType PX
Field Value
| Type |
|---|
| LengthType |
Unknown
Unknown length method
Declaration
public const LengthType Unknown
Field Value
| Type |
|---|
| LengthType |