For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDItemLayout

Creates a new item layout for New-UDGridLayout.

Synopsis

Creates a new item layout for New-UDGridLayout.

Syntax

New-UDItemLayout [-Id] <String> [-Row] <Int32> [-Column] <Int32> [[-ColumnSpan] <Int32>] [[-RowSpan] <Int32>] [<CommonParameters>]

Description

Creates a new item layout for New-UDGridLayout. This command is used interally by the PowerShell Universal designer.

Parameters

-Id

The ID of the item to layout.

Required?                    true
Position?                    1
Default value
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-Row

The row of the item.

-Column

The column of the item.

-ColumnSpan

The number of columns the item spans.

-RowSpan

The number of rows the item spans.

Last updated

Was this helpful?