Skip to content

Set-PodeWebMargin

SYNOPSIS

{{ Fill in the Synopsis }}

SYNTAX

IdAll (Default)

Set-PodeWebMargin -Id <String> [-Value <Int32>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

ElementSplit

Set-PodeWebMargin -Element <Hashtable> [-Top <Int32>] [-Bottom <Int32>] [-Left <Int32>] [-Right <Int32>]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

ElementAll

Set-PodeWebMargin -Element <Hashtable> [-Value <Int32>] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

IdSplit

Set-PodeWebMargin -Id <String> [-Top <Int32>] [-Bottom <Int32>] [-Left <Int32>] [-Right <Int32>]
 [-ProgressAction <ActionPreference>] [<CommonParameters>]

NameSplit

Set-PodeWebMargin -ObjectType <String> -Name <String> [-Top <Int32>] [-Bottom <Int32>] [-Left <Int32>]
 [-Right <Int32>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

NameAll

Set-PodeWebMargin -ObjectType <String> -Name <String> [-Value <Int32>] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-Bottom

{{ Fill Bottom Description }}

Type: Int32
Parameter Sets: ElementSplit, IdSplit, NameSplit
Aliases:
Accepted values: 0, 1, 2, 3, 4, 5

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Element

{{ Fill Element Description }}

Type: Hashtable
Parameter Sets: ElementSplit, ElementAll
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-Id

{{ Fill Id Description }}

Type: String
Parameter Sets: IdAll, IdSplit
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Left

{{ Fill Left Description }}

Type: Int32
Parameter Sets: ElementSplit, IdSplit, NameSplit
Aliases:
Accepted values: 0, 1, 2, 3, 4, 5

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Name

{{ Fill Name Description }}

Type: String
Parameter Sets: NameSplit, NameAll
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ObjectType

{{ Fill ObjectType Description }}

Type: String
Parameter Sets: NameSplit, NameAll
Aliases: Type

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Right

{{ Fill Right Description }}

Type: Int32
Parameter Sets: ElementSplit, IdSplit, NameSplit
Aliases:
Accepted values: 0, 1, 2, 3, 4, 5

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Top

{{ Fill Top Description }}

Type: Int32
Parameter Sets: ElementSplit, IdSplit, NameSplit
Aliases:
Accepted values: 0, 1, 2, 3, 4, 5

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Value

{{ Fill Value Description }}

Type: Int32
Parameter Sets: IdAll, ElementAll, NameAll
Aliases:
Accepted values: 0, 1, 2, 3, 4, 5

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.Collections.Hashtable

OUTPUTS

System.Object

NOTES