SVGPreserveAspectRatioAlign Property
The type of the alignment value as specified by one of the SVG_PRESERVEASPECTRATIO_* constants defined on this interface.

Namespace: Aspose.Html.Dom.Svg.DataTypes
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public ushort Align { get; set; }

Property Value

Type: UInt16
The type of the alignment
Exceptions
ExceptionCondition
DOMException Code NO_MODIFICATION_ALLOWED_ERR. Raised when the object corresponds to a read only attribute or when the object itself is read only.
See Also