| 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.DataTypesAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic ushort Align { get; set; }Public Property Align As UShort
Get
Set
public:
property unsigned short Align {
unsigned short get ();
void set (unsigned short value);
}member Align : uint16 with get, set
Property Value
Type:
UInt16
The type of the alignment
Exceptions
See Also