[Table of Contents] [docx version]

VML Reference Material - VML

ST_StrokeJoinStyle (Line Join Type)

This simple type specifies the join styles for a polyline6.1.2.15).

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

bevel (Bevel Joint)

Bevel joint

miter (Miter Joint)

Miter joint

round (Round Joint)

Round joint

 

Referenced By

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

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

<simpleType name="ST_StrokeJoinStyle">

   <restriction base="xsd:string">

   <enumeration value="round"/>

   <enumeration value="bevel"/>

   <enumeration value="miter"/>

   </restriction>

</simpleType>