API Reference
Command
New-BGInfoVisualCanvasFeature
Creates a BGInfo visual canvas feature-strip item.
Remarks
Feature-strip items are compact labels shown in the optional visual canvas footer strip.
Examples
EXAMPLE 1
$features = @(
New-BGInfoVisualCanvasFeature -Icon 'A+' -Label 'light contrast boxes'
New-BGInfoVisualCanvasFeature -Icon 'JSON' -Label 'portable config'
)
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-BGInfoVisualCanvasFeature [-Icon <String>] -Label <String> [<CommonParameters>]#Parameter set:
All Parameter SetsParameters
- Icon String
- Compact item icon or symbol.
- Label String
- Feature label.
Outputs
PowerBGInfo.BgInfoVisualCanvasFeature