| description | Frame Element for CustomItem for CustomControl for View |
|---|---|
| ms.date | 08/23/2021 |
| title | Frame Element for CustomItem for CustomControl for View |
Defines how the data is displayed, such as shifting the data to the left or right. This element is used when defining a custom control view.
- Configuration Element
- ViewDefinitions Element
- View Element
- CustomControl Element
- CustomEntries Element
- CustomEntry Element
- CustomItem Element
- Frame Element
<Frame>
<LeftIndent>NumberOfCharactersToShift</LeftIndent>
<RightIndent>NumberOfCharactersToShift</RightIndent>
<FirstLineHanging>NumberOfCharactersToShift</FirstLineHanging>
<FirstLineIndent>NumberOfCharactersToShift</FirstLineIndent>
<CustomItem>...</CustomItem>
</Frame>The following sections describe attributes, child elements, and the parent element of the Frame
element.
None.
| Element | Description |
|---|---|
CustomItem Element |
Required Element |
| FirstLineHanging Element | Optional element. Specifies how many characters the first line of data is shifted to the left. |
| FirstLineIndent Element | Optional element. Specifies how many characters the first line of data is shifted to the right. |
| LeftIndent Element | Optional element. Specifies how many characters the data is shifted away from the left margin. |
| RightIndent Element | Optional element. Specifies how many characters the data is shifted away from the right margin. |
| Element | Description |
|---|---|
| CustomItem Element for CustomEntry for View | Defines what data is displayed by the control and how it is displayed. |
You cannot specify the FirstLineHanging and the FirstLineIndent elements in the same Frame element.