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

New-UDNivoPattern

Creates a nivo pattern.

Synopsis

Creates a nivo pattern.

Syntax

New-UDNivoPattern [-Background <String>] [-Color <String>] -Dots -Id <String> [-Padding <Int32>] [-Size <Int32>] [-Stagger] [<CommonParameters>]

    New-UDNivoPattern [-Background <String>] [-Color <String>] -Id <String> [-LineWidth <Int32>] -Lines [-Rotation <Int32>] [-Spacing <Int32>] [<CommonParameters>]

    New-UDNivoPattern [-Background <String>] [-Color <String>] -Id <String> [-Padding <Int32>] [-Size <Int32>] -Squares [-Stagger] [<CommonParameters>]

Description

Creates a nivo pattern.

Parameters

-Background

The background color.

Required?                    false
Position?                    named
Default value                None
Accept pipeline input?       False
Aliases                      none
Accept wildcard characters?  false

-Color

The foreground color.

-Id

The ID of this pattern.

-LineWidth

The width of the lines for this pattern.

-Padding

The padding between dots or squares.

-Rotation

The rotation of lines in this pattern.

-Size

The size of the dots or squares.

-Spacing

The spacing between lines in this pattern.

Inputs

None

Outputs

System.Object

Last updated

Was this helpful?