[Table of Contents] [docx version]

VML Reference Material - VML

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 (Flat End)

Flat end

round (Round End)

Round end

square (Square End)

Square end

 

Referenced By

bottom@endcap6.2.2.1); column@endcap6.2.2.6); left@endcap6.2.2.15); right@endcap6.2.2.25); stroke@endcap6.1.2.21); top@endcap6.2.2.31)

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>