ControlSizeDefinition 요소
사용자 지정 템플릿에서 컨트롤 그룹의 레이아웃 스타일을 나타냅니다.
사용량
<ControlSizeDefinition
ImageSize = "xs:string"
IsLabelVisible = "Boolean"
IsImageVisible = "Boolean"
IsPopup = "Boolean"
ControlName = "xs:positiveInteger or xs:string"/>
특성
attribute | Type | 필수 | 설명 |
---|---|---|---|
ControlName |
xs:positiveInteger 또는 xs:string |
No |
값은 리본 XML 문서 내에서 고유해야 합니다. 최대 길이: 100자. |
ImageSize |
xs:string |
No |
다음 값 중 하나로 제한됨: |
IsImageVisible |
부울 |
예 |
다음 값 중 하나로 제한됩니다(0과 1은 유효하지 않음). |
IsLabelVisible |
부울 |
예 |
다음 값 중 하나로 제한됩니다(0과 1은 유효하지 않음). |
IsPopup |
부울 |
예 |
다음 값 중 하나로 제한됩니다(0과 1은 유효하지 않음). |
자식 요소
자식 요소가 없습니다.
부모 요소
요소 |
---|
ControlGroup |
GroupSizeDefinition |
행 |
설명
선택 사항입니다.
각 ControlGroup, Row 또는 SizeDefinition 요소에 대해 하나 이상 발생할 수 있습니다.
예제
다음 코드 예제에서는 다양한 ControlSizeDefinition 요소가 있는 사용자 지정 4개 단추 SizeDefinition 레이아웃 템플릿에 대한 기본 태그를 보여 줍니다.
<Group CommandName="cmdButtonGroup2">
<SizeDefinition>
<ControlNameMap>
<ControlNameDefinition Name="button1"/>
<ControlNameDefinition Name="button2"/>
<ControlNameDefinition Name="button3"/>
<ControlNameDefinition Name="button4"/>
</ControlNameMap>
<GroupSizeDefinition Size="Large">
<ControlGroup>
<ControlSizeDefinition ControlName="button1"
ImageSize="Large"
IsLabelVisible="true" />
<ControlSizeDefinition ControlName="button2"
ImageSize="Large"
IsLabelVisible="true" />
</ControlGroup>
<ColumnBreak ShowSeparator="true"/>
<ControlGroup>
<ControlSizeDefinition ControlName="button3"
ImageSize="Large"
IsLabelVisible="true" />
<ControlSizeDefinition ControlName="button4"
ImageSize="Large"
IsLabelVisible="true" />
</ControlGroup>
</GroupSizeDefinition>
<GroupSizeDefinition Size="Medium">
<Row>
<ControlSizeDefinition ControlName="button1"
ImageSize="Small"
IsLabelVisible="true" />
<ControlSizeDefinition ControlName="button3"
ImageSize="Small"
IsLabelVisible="true" />
</Row>
<Row>
<ControlSizeDefinition ControlName="button2"
ImageSize="Small"
IsLabelVisible="true" />
<ControlSizeDefinition ControlName="button4"
ImageSize="Small"
IsLabelVisible="true" />
</Row>
</GroupSizeDefinition>
<GroupSizeDefinition Size="Small">
<Row>
<ControlSizeDefinition ControlName="button1"
ImageSize="Small"
IsLabelVisible="true" />
<ControlSizeDefinition ControlName="button3"
ImageSize="Small"
IsLabelVisible="false" />
</Row>
<Row>
<ControlSizeDefinition ControlName="button2"
ImageSize="Small"
IsLabelVisible="true" />
<ControlSizeDefinition ControlName="button4"
ImageSize="Small"
IsLabelVisible="false" />
</Row>
</GroupSizeDefinition>
</SizeDefinition>
<Button CommandName="cmdButtonG21"></Button>
<Button CommandName="cmdButtonG22"></Button>
<Button CommandName="cmdButtonG23"></Button>
<Button CommandName="cmdButtonG24"></Button>
</Group>
<Group CommandName="cmdCheckBoxGroup">
<CheckBox CommandName="cmdCheckBox"></CheckBox>
</Group>
<Group CommandName="cmdToggleButtonGroup"
SizeDefinition="OneButton">
<ToggleButton CommandName="cmdToggleButton"></ToggleButton>
</Group>
<Group CommandName="cmdButtonGroup"
SizeDefinition="ThreeButtons">
<Button CommandName="cmdButton1"></Button>
<Button CommandName="cmdButton2"></Button>
<Button CommandName="cmdButton3"></Button>
</Group>
요소 정보
- 지원되는 최소 시스템: Windows 7
- 비워 둘 수 있음: 예