<ST_LineCap>
(End Line Cap)
This type specifies how to cap the ends of lines. This also affects the ends of line segments for dashed lines.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Line ends at end point. |
|
Rounded ends. Semi-circle protrudes by half line width. |
|
Square protrudes by half line width. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_LineCap">
<restriction base="xsd:token">
<enumeration value="rnd"/>
<enumeration value="sq"/>
<enumeration value="flat"/>
</restriction>
</simpleType>