meetOrSlice property

Gets or sets the type of meet-or-slice value.

 

Syntax

HRESULT value = object.put_meetOrSlice(short v);HRESULT value = object.get_meetOrSlice(short* p);

Property values

Type: short

The type of meet-or-slice value. This type is one of the SVG_MEETORSLICE_ xxx constants that are defined on the SVGPreserveAspectRatio interface.

Standards information