Frame Element for CustomItem for Controls for View
Defines how the data is displayed, such as shifting the data to the left or right. This element is used when defining controls that can be used by a view.
Schema
- Configuration Element
- ViewDefinitions Element
- View Element
- Controls Element
- Control Element
- CustomControl Element
- CustomEntries Element
- CustomEntry Element
- CustomItem Element
- Frame Element
Syntax
<Frame>
<LeftIndent>NumberOfCharactersToShift</LeftIndent>
<RightIndent>NumberOfCharactersToShift</RightIndent>
<FirstLineHanging>NumberOfCharactersToShift</FirstLineHanging>
<FirstLineIndent>NumberOfCharactersToShift</FirstLineIndent>
<CustomItem>...</CustomItem>
</Frame>
Attributes and Elements
The following sections describe attributes, child elements, and the parent element of the Frame
element.
Attributes
None.
Child Elements
Element | Description |
---|---|
CustomItem Element |
Required Element |
FirstLineHanging Element of Frame of Controls of View | Optional element. Specifies how many characters the first line is shifted to the left. |
FirstLineIndent Element of Frame of Controls of View | Optional element. Specifies how many characters the first line is shifted to the right. |
LeftIndent Element of Frame of Controls of View | Optional element. Specifies how many characters the data is shifted away from the left margin. |
RightIndent Element of Frame of Controls of View | Optional element. Specifies how many characters the data is shifted away from the right margin. |
Parent Elements
Element | Description |
---|---|
CustomItem Element for CustomEntry for Controls for View | Defines what data is displayed by the control and how it is displayed. |
Remarks
You cannot specify the FirstLineHanging and the FirstLineIndent elements in the same Frame
element.
See Also
FirstLineHanging Element of Frame of Controls of View
FirstLineIndent Element of Frame of Controls of View
LeftIndent Element of Frame of Controls of View
RightIndent Element of Frame of Controls of View
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
PowerShell