<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 |
---|---|
|
Image is at least as big as |
|
Image is no bigger than |
|
Ignore aspect issues. |
Referenced By |
---|
|
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>