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

New-UDPageLayout

Creates a new page layout for New-UDGridLayout.

Synopsis

Creates a new page layout for New-UDGridLayout.

Syntax

New-UDPageLayout [[-Large] <DesignerItemLayout[]>] [[-Medium] <DesignerItemLayout[]>] [[-Small] <DesignerItemLayout[]>] [[-ExtraSmall] <DesignerItemLayout[]>] [[-ExtraExtraSmall] <DesignerItemLayout[]>] [<CommonParameters>]

Description

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

Parameters

-Large <DesignerItemLayout[]>

Item layouts for large screen sizes.

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

-Medium <DesignerItemLayout[]>

Item layouts for medium screen sizes.

-Small <DesignerItemLayout[]>

Item layouts for small screen sizes.

-ExtraSmall <DesignerItemLayout[]>

Item layouts for extra small screen sizes.

-ExtraExtraSmall <DesignerItemLayout[]>

Item layouts for extra extra small screen sizes.

Last updated

Was this helpful?