Frame Element for CustomItem for GroupBy

Defines how the data is displayed, such as shifting the data to the left or right. This element is used when defining how a new group of objects is displayed.

Schema

  • Configuration Element
  • ViewDefinitions Element
  • View Element
  • GroupBy 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 for Frame for GroupBy Optional element.

Specifies how many characters the first line of data is shifted to the left.
FirstLineIndent Element for Frame for GroupBy Optional element.

Specifies how many characters the first line of data is shifted to the right.
LeftIndent Element for Frame for GroupBy Optional element.

Specifies how many characters the data is shifted away from the left margin.
RightIndent Element for Frame for GroupByRightIndent Element Optional element.

Specifies how many characters the data is shifted away from the right margin.

Parent Elements

Element Description
CustomItem Element for CustomEntry for GroupBy 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 for Frame for GroupBy

FirstLineIndent Element for Frame for GroupBy

LeftIndent Element for Frame for GroupBy

RightIndent Element for Frame for GroupBy

CustomItem Element for CustomEntry for GroupBy

Writing a PowerShell Formatting File