共用方式為


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 [僅限傳統型應用程式]
最低支援的伺服器
都不支援