Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |