LineLayoutStyleType Simple Type
Defines the valid values for the Style attribute of the LineLayout element.
<xs:simpleType name="LineLayoutStyleType">
<xs:restriction
base="string"
>
<xs:pattern
value="None|Solid|Dash|Dot|DashDot|DashDotDot|Double"
/>
</xs:restriction>
</xs:simpleType>
Patterns
The LineLayoutStyleType simple type is a string that is restricted by the following pattern:
None|Solid|Dash|Dot|DashDot|DashDotDot|Double
Remarks
Valid values for the Style attribute of the LineLayout element are:
- None
- Solid
- Dash
- Dot
- DashDot
- DashDotDot
- Double
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server |
None supported |