align property

Gets or sets the type of alignment value.

 

Syntax

HRESULT value = object.put_align(short v);HRESULT value = object.get_align(short* p);

Property values

Type: short

The type of alignment value. This type is one of the SVG_PRESERVEASPECTRATIO_ xxx constants that are defined on the SVGPreserveAspectRatio interface.

Standards information