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

New-UDLayout

Create a layout based on the number of components within the layout.

Synopsis

Create a layout based on the number of components within the layout.

Syntax

New-UDLayout [-Columns] <Int32> [-Content] <ScriptBlock> [<CommonParameters>]

Description

Create a layout based on the number of components within the layout. The component wraps New-UDRow and New-UDColumn to automatically layout components in the content.

Parameters

-Columns

The number of columns in this layout.

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

-Content

The content for this layout.

Outputs

-------------------------- EXAMPLE 1 --------------------------

Last updated

Was this helpful?