[Table of Contents] [docx version]

VML Reference Material - VML

ST_ImageAspect (Image Scaling Behavior)

This simple type specifies the scaling behaviors for an image applied to a stroke.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

atLeast (At Least)

Image is at least as big as imagesize.

atMost (At Most)

Image is no bigger than imagesize.

ignore (Ignore Aspect Ratio)

Ignore aspect issues.

 

Referenced By

bottom@imageaspect6.2.2.1); column@imageaspect6.2.2.6); fill@aspect6.1.2.5); left@imageaspect6.2.2.15); right@imageaspect6.2.2.25); stroke@imageaspect6.1.2.21); top@imageaspect6.2.2.31)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_ImageAspect">

   <restriction base="xsd:string">

   <enumeration value="ignore"/>

   <enumeration value="atMost"/>

   <enumeration value="atLeast"/>

   </restriction>

</simpleType>