Name | Description | |
---|---|---|
SvgLength Constructor | Initializes a new instance of the SvgLength struct. |
The following tables list the members exposed by SvgLength.
Name | Description | |
---|---|---|
SvgLength Constructor | Initializes a new instance of the SvgLength struct. |
Name | Description | |
---|---|---|
Auto | Represents the SvgLengthUnits.Auto value. | |
Bottom | Represents the SvgLengthUnits.Bottom value. | |
Center | Represents the SvgLengthUnits.Center value. | |
Large | Represents the SvgLengthUnits.Large value. | |
Larger | Represents the SvgLengthUnits.Larger value. | |
Left | Represents the SvgLengthUnits.Left value. | |
Medium | Represents the SvgLengthUnits.Medium value. | |
OnePixel | Represents a '1px' length. | |
Percent100 | Represents a length corresponding to 100% of the viewport length. | |
Percent50 | Represents a length corresponding to 50% of the viewport length. | |
Right | Represents the SvgLengthUnits.Right value. | |
Small | Represents the SvgLengthUnits.Small value. | |
Smaller | Represents the SvgLengthUnits.Smaller value. | |
Top | Represents the SvgLengthUnits.Top value. | |
XLarge | Represents the SvgLengthUnits.XLarge value. | |
XSmall | Represents the SvgLengthUnits.XSmall value. | |
XXLarge | Represents the SvgLengthUnits.XXLarge value. | |
XXSmall | Represents the SvgLengthUnits.XXSmall value. | |
Zero | Represents a zero length. |
Name | Description | |
---|---|---|
Units | Gets or sets the type of length units. | |
Value | Gets or sets the value of a length in specified units. |
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether the specified SvgLength is equal to this instance. | |
GetHashCode | Returns a hash code for this struct. | |
ToString | Returns a string that represents the current struct. |