<ST_StrokeEndCap>
(Stroke End Cap Type)
This simple type specifies the styles for the end of 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 |
---|---|
|
Flat end |
|
Round end |
|
Square end |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_StrokeEndCap">
<restriction base="xsd:string">
<enumeration value="flat"/>
<enumeration value="square"/>
<enumeration value="round"/>
</restriction>
</simpleType>