2.3.1 ST_BoxStyle (Box Style)

Specifies the layout style of a box control.

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

horizontal (Horizontal)

Specifies that the child controls are laid out horizontally.

vertical (Vertical)

Specifies that the child controls are laid out vertically.

Referenced By

box@boxStyle (section 2.2.1)

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

 <xsd:simpleType name="ST_BoxStyle">
    <xsd:restriction base="xsd:string">
    <xsd:enumeration value="horizontal"/>
    <xsd:enumeration value="vertical"/>
    </xsd:restriction>
 </xsd:simpleType>