LabelPositionType Simple Type (Work Item Type Definition Schema)

Defines values that specify the position of a label relative to the control itself.

<xs:simpleType name="LabelPositionType">
    <xs:restriction base="xs:string">
        <xs:enumeration value="Top"/>
        <xs:enumeration value="Bottom"/>
        <xs:enumeration value="Left"/>
        <xs:enumeration value="Right"/>
    </xs:restriction>
</xs:simpleType>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child Elements

None

Parent Elements

None

Remarks

LabelPositionType defines the LabelPosition attribute in the ControlType Complex Type (Work Item Type Definition Schema).

Enumeration Values

The LabelPositionType Simple Type is a string restricted to the following values:

Value

Description

Top

Places the label above the control data.

Bottom

Places the label below the control data.

Left

Places the label to the left of the control data.

Right

Places the label to the right of the control data.

See Also

Concepts

All Work Item FORM Elements