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 태블릿 PC 버전 [데스크톱 앱만 해당] |
지원되는 최소 서버 |
지원되는 버전 없음 |