DockType Simple Type (Work Item Type Definition Schema)
Defines values to control orientation and docking behavior of a control or splitter.
<xs:simpleType name="DockType">
<xs:restriction base="xs:string">
<xs:enumeration value="Fill"/>
<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
The actual position of the field may be influenced by the position of the label.
The DockType Simple Type defines the Dock attribute in the following Complex Types:
SplitterType Complex Type (Work Item Type Definition Schema)
ControlType Complex Type (Work Item Type Definition Schema)
Enumeration Values
The DockType Simple Type is a string restricted to the following values:
Value |
Description |
---|---|
Fill |
Aligns the field so that it fills the container. This value is not a supported orientation for the Splitter Element. |
Top |
Aligns the field with the top of the container. This value is not a supported orientation for the Splitter Element. |
Bottom |
Aligns the field with the bottom of the container. This value is not a supported orientation for the Splitter Element. |
Left |
Aligns the field or splitter with the left side of the container. |
Right |
Aligns the field with the right side of the container. This value is not a supported orientation for the Splitter Element. |
Element Information
Namespace |
https://schemas.microsoft.com/VisualStudio/2005/workitemtracking/typedef |
Schema Name |
Work Item Type Definition |
Validation File |
WorkItemTypeDefinition.xsd |
Can be Empty |
Not applicable |