Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the type that contains valid values for the Type attribute for the Margin element.
<xs:simpleType name="MarginTypeType">
<xs:restriction
base="string"
>
<xs:pattern
value="Left|Right"
/>
</xs:restriction>
</xs:simpleType>
Patterns
The MarginTypeType simple type is a string that is restricted by the following pattern:
Left|Right
Remarks
The valid values for the Type attribute for the Margin element are "Left" and "Right".
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
| Minimum supported server |
None supported |