LengthOrAuto
LengthOrAuto()
Initializes a new instance of the LengthOrAuto class and sets state to ‘auto’.
public LengthOrAuto()
See Also
- class LengthOrAuto
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG
LengthOrAuto(Length)
Initializes a new instance of the LengthOrAuto class and sets state to ’lenght'.
public LengthOrAuto(Length length)
| Parameter | Type | Description |
|---|---|---|
| length | Length | The length. |
See Also
- class Length
- class LengthOrAuto
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG