New-UDLayout
Create a layout based on the number of components within the layout.
Last updated
Was this helpful?
Was this helpful?
Required? true
Position? 2
Default value
Accept pipeline input? false
Aliases
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).PS >New-UDContainer -Content {
PS > New-UDLayout -Columns 2 -Content {
PS > New-UDTypography "Row 1, Col 1"
PS > New-UDTypography "Row 1, Col 2"
PS > New-UDTypography "Row 2, Col 1"
PS > New-UDTypography "Row 2, Col 2"
PS > }
PS > }
Layout|Creates a layout with 2 columns.