[]
Represents the presentation attribute value, such as X-coordinate or height.
public struct SvgLength : IEquatable<SvgLength>
| Name | Description |
|---|---|
| SvgLength(float, SvgLengthUnits) | Initializes a new instance of the SvgLength struct. |
| Name | Description |
|---|---|
| Auto | Represents the Auto value. |
| Bottom | Represents the Bottom value. |
| Center | Represents the Center value. |
| Large | Represents the Large value. |
| Larger | Represents the Larger value. |
| Left | Represents the Left value. |
| Medium | Represents the 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 Right value. |
| Small | Represents the Small value. |
| Smaller | Represents the Smaller value. |
| Top | Represents the Top value. |
| XLarge | Represents the XLarge value. |
| XSmall | Represents the XSmall value. |
| XXLarge | Represents the XXLarge value. |
| XXSmall | Represents the 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(SvgLength) | Determines whether the specified SvgLength is equal to this instance. |
| Equals(object) | Determines whether the specified object is equal to this instance. |
| GetHashCode() | Returns a hash code for this struct. |
| ToString() | Returns a string that represents the current struct. |