DS.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgLength Structure
Fields Properties Methods

SvgLength Structure Members

The following tables list the members exposed by SvgLength.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the SvgLength struct.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Represents the SvgLengthUnits.Auto value.  
Public Fieldstatic (Shared in Visual Basic)Represents the SvgLengthUnits.Bottom value.  
Public Fieldstatic (Shared in Visual Basic)Represents the SvgLengthUnits.Center value.  
Public Fieldstatic (Shared in Visual Basic)Represents the SvgLengthUnits.Large value.  
Public Fieldstatic (Shared in Visual Basic)Represents the SvgLengthUnits.Larger value.  
Public Fieldstatic (Shared in Visual Basic)Represents the SvgLengthUnits.Left value.  
Public Fieldstatic (Shared in Visual Basic)Represents the SvgLengthUnits.Medium value.  
Public Fieldstatic (Shared in Visual Basic)Represents a '1px' length.  
Public Fieldstatic (Shared in Visual Basic)Represents a length corresponding to 100% of the viewport length.  
Public Fieldstatic (Shared in Visual Basic)Represents a length corresponding to 50% of the viewport length.  
Public Fieldstatic (Shared in Visual Basic)Represents the SvgLengthUnits.Right value.  
Public Fieldstatic (Shared in Visual Basic)Represents the SvgLengthUnits.Small value.  
Public Fieldstatic (Shared in Visual Basic)Represents the SvgLengthUnits.Smaller value.  
Public Fieldstatic (Shared in Visual Basic)Represents the SvgLengthUnits.Top value.  
Public Fieldstatic (Shared in Visual Basic)Represents the SvgLengthUnits.XLarge value.  
Public Fieldstatic (Shared in Visual Basic)Represents the SvgLengthUnits.XSmall value.  
Public Fieldstatic (Shared in Visual Basic)Represents the SvgLengthUnits.XXLarge value.  
Public Fieldstatic (Shared in Visual Basic)Represents the SvgLengthUnits.XXSmall value.  
Public Fieldstatic (Shared in Visual Basic)Represents a zero length.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the type of length units.  
Public PropertyGets or sets the value of a length in specified units.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Determines whether the specified SvgLength is equal to this instance.  
Public MethodReturns a hash code for this struct.  
Public MethodReturns a string that represents the current struct.  
Top
See Also