LineLayoutStyleType 簡單類型
定義LineLayout 元素之Style屬性的有效值。
<xs:simpleType name="LineLayoutStyleType">
<xs:restriction
base="string"
>
<xs:pattern
value="None|Solid|Dash|Dot|DashDot|DashDotDot|Double"
/>
</xs:restriction>
</xs:simpleType>
模式
LineLayoutStyleType簡單類型是受下列模式限制的字串:
None|Solid|Dash|Dot|DashDot|DashDotDot|Double
備註
LineLayout 元素的Style屬性有效值為:
- 無
- 實線
- 虛線
- 點
- DashDot
- DashDotDot
- Double
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows XP Tablet PC Edition [僅限傳統型應用程式] |
最低支援的伺服器 |
都不支援 |