Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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 |