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

New-UDNivoPattern

Sinossi

Crea un motivo nivo.

Sintassi

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>]

Descrizione

Crea un motivo nivo.

Parametri

-Background

Il colore di sfondo.

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

-Color

Il colore di primo piano.

-Dots

Includi punti.

-Id

L'ID di questo motivo.

-LineWidth

La larghezza delle linee per questo motivo.

-Lines

Usa linee per questo motivo.

-Padding

La spaziatura tra punti o quadrati.

-Rotation

La rotazione delle linee in questo motivo.

-Size

La dimensione dei punti o dei quadrati.

-Spacing

La spaziatura tra le linee in questo motivo.

-Squares

Crea quadrati.

-Stagger

Sfalsa i punti o i quadrati.

Parametri comuni

Questo cmdlet supporta i parametri comuni: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable e OutVariable. Per maggiori informazioni, veda about_CommonParameters.

Input

Nessuno

Output

System.Object

Ultimo aggiornamento

È stato utile?