Evotec

Project

PSWriteHTML

PSWriteHTML is an open-source PowerShell project with packages, release history, and working documentation.

Stars 995
Forks 114
Open issues 69
PowerShell Gallery downloads 7,436,513
Release v1.41.0
Language: PowerShell Updated: 2026-04-11

API Reference

Function

New-DiagramNode

Namespace PSWriteHTML

Creates nodes on a diagram

Remarks

Creates nodes on a diagram

Examples

Authored help example

EXAMPLE 1


An example
        

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-DiagramNode [-ArrowsFromEnabled] [-ArrowsMiddleEnabled] [-ArrowsToEnabled] [-BorderWidth <Nullable`1>] [-BorderWidthSelected <Nullable`1>] [-Chosen <Nullable`1>] [-ColorBackground <String>] [-ColorBorder <String>] [-ColorHighlightBackground <String>] [-ColorHighlightBorder <String>] [-ColorHoverBackground <String>] [-ColorHoverBorder <String>] [-FixedX <Nullable`1>] [-FixedY <Nullable`1>] [-FontAlign <center|left>] [-FontBackground <String>] [-FontColor <String>] [-FontMulti <false|true|markdown|html>] [-FontName <String>] [-FontSize <Nullable`1>] [-FontStrokeColor <String>] [-FontStrokeWidth <Nullable`1>] [-FontVAdjust <Nullable`1>] [-HeightConstraintMinimum <Nullable`1>] [-HeightConstraintVAlign <top|middle|bottom>] [-HtmlTextBox <ScriptBlock>] [-Id <String>] [-Label <String>] [-Level <Nullable`1>] [-LinkColor <String>] [-Shape <circle>] [-Size <Nullable`1>] [-Title <String>] [-To <String[]>] [-WidthConstraintMaximum <Nullable`1>] [-WidthConstraintMinimum <Nullable`1>] [-X <Nullable`1>] [-Y <Nullable`1>] [<CommonParameters>]
#
Parameter set: Shape

Parameters

ArrowsFromEnabled SwitchParameter optionalposition: namedpipeline: False
Parameter description
ArrowsMiddleEnabled SwitchParameter optionalposition: namedpipeline: False
Parameter description
ArrowsToEnabled SwitchParameter optionalposition: namedpipeline: False
Parameter description
BorderWidth Nullable`1 optionalposition: namedpipeline: False
Parameter description
BorderWidthSelected Nullable`1 optionalposition: namedpipeline: False
Parameter description
Chosen Nullable`1 optionalposition: namedpipeline: False
Parameter description
ColorBackground String optionalposition: namedpipeline: False
Parameter description
ColorBorder String optionalposition: namedpipeline: False
Parameter description
ColorHighlightBackground String optionalposition: namedpipeline: False
Parameter description
ColorHighlightBorder String optionalposition: namedpipeline: False
Parameter description
ColorHoverBackground String optionalposition: namedpipeline: False
Parameter description
ColorHoverBorder String optionalposition: namedpipeline: False
Parameter description
FixedX Nullable`1 optionalposition: namedpipeline: False
Parameter description
FixedY Nullable`1 optionalposition: namedpipeline: False
Parameter description
FontAlign String optionalposition: namedpipeline: Falsevalues: 2
This can be set to 'left' to make the label left-aligned. Otherwise, defaults to 'center'.
Possible values: center, left
FontBackground String optionalposition: namedpipeline: False
When not undefined but a color string, a background rectangle will be drawn behind the label in the supplied color.
FontColor String optionalposition: namedpipeline: False
Color of the label text.
FontMulti String optionalposition: namedpipeline: Falsevalues: 4
If false, the label is treated as pure text drawn with the base font. If true or 'html' the label may be multifonted, with bold, italic and code markup, interpreted as html. If the value is 'markdown' or 'md' the label may be multifonted, with bold, italic and code markup, interpreted as markdown. The bold, italic, bold-italic and monospaced fonts may be set up under in the font.bold, font.ital, font.boldital and font.mono properties, respectively.
Possible values: false, true, markdown, html
FontName String optionalposition: namedpipeline: False
Font face (or font family) of the label text.
FontSize Nullable`1 optionalposition: namedpipeline: False
Size of the label text.
FontStrokeColor String optionalposition: namedpipeline: False
This is the color of the stroke assuming the value for stroke is higher than 0.
FontStrokeWidth Nullable`1 optionalposition: namedpipeline: False
As an alternative to the background rectangle, a stroke can be drawn around the text. When a value higher than 0 is supplied, the stroke will be draw
FontVAdjust Nullable`1 optionalposition: namedpipeline: False
Parameter description
HeightConstraintMinimum Nullable`1 optionalposition: namedpipeline: False
Parameter description
HeightConstraintVAlign String optionalposition: namedpipeline: Falsevalues: 3
Parameter description
Possible values: top, middle, bottom
HtmlTextBox ScriptBlock optionalposition: namedpipeline: False
Experimental TextBox to put HTML instead of Image using SVG
Id String optionalposition: namedpipeline: False
Id of a node. If not set, label will be used as Id.
Label String optionalposition: namedpipeline: False
Label for a diagram
Level Nullable`1 optionalposition: namedpipeline: False
Parameter description
LinkColor String optionalposition: namedpipeline: Falsealiases: EdgeColor
Parameter description
Shape String optionalposition: namedpipeline: Falsevalues: 12
Parameter description
Possible values: circle, dot, diamond, ellipse, database, box, square, triangle, triangleDown, text, star, hexagon
Size Nullable`1 optionalposition: namedpipeline: False
The size is used to determine the size of node shapes that do not have the label inside of them. These shapes are: image, circularImage, diamond, dot, star, triangle, triangleDown, hexagon, square and icon
Title String optionalposition: namedpipeline: False
Label that shows up when hovering over node
To String[] optionalposition: namedpipeline: False
Parameter description
WidthConstraintMaximum Nullable`1 optionalposition: namedpipeline: False
Parameter description
WidthConstraintMinimum Nullable`1 optionalposition: namedpipeline: False
Parameter description
X Nullable`1 optionalposition: namedpipeline: False
Parameter description
Y Nullable`1 optionalposition: namedpipeline: False
Parameter description
New-DiagramNode [-ArrowsFromEnabled] [-ArrowsMiddleEnabled] [-ArrowsToEnabled] [-BorderWidth <Nullable`1>] [-BorderWidthSelected <Nullable`1>] [-BrokenImages <String>] [-Chosen <Nullable`1>] [-ColorBackground <String>] [-ColorBorder <String>] [-ColorHighlightBackground <String>] [-ColorHighlightBorder <String>] [-ColorHoverBackground <String>] [-ColorHoverBorder <String>] [-FixedX <Nullable`1>] [-FixedY <Nullable`1>] [-FontAlign <center|left>] [-FontBackground <String>] [-FontColor <String>] [-FontMulti <false|true|markdown|html>] [-FontName <String>] [-FontSize <Nullable`1>] [-FontStrokeColor <String>] [-FontStrokeWidth <Nullable`1>] [-FontVAdjust <Nullable`1>] [-HeightConstraintMinimum <Nullable`1>] [-HeightConstraintVAlign <top|middle|bottom>] [-HtmlTextBox <ScriptBlock>] [-Id <String>] [-Image <Uri>] [-ImageType <squareImage|circularImage>] [-Label <String>] [-Level <Nullable`1>] [-LinkColor <String>] [-Size <Nullable`1>] [-Title <String>] [-To <String[]>] [-WidthConstraintMaximum <Nullable`1>] [-WidthConstraintMinimum <Nullable`1>] [-X <Nullable`1>] [-Y <Nullable`1>] [<CommonParameters>]
#
Parameter set: Image

Parameters

ArrowsFromEnabled SwitchParameter optionalposition: namedpipeline: False
Parameter description
ArrowsMiddleEnabled SwitchParameter optionalposition: namedpipeline: False
Parameter description
ArrowsToEnabled SwitchParameter optionalposition: namedpipeline: False
Parameter description
BorderWidth Nullable`1 optionalposition: namedpipeline: False
Parameter description
BorderWidthSelected Nullable`1 optionalposition: namedpipeline: False
Parameter description
BrokenImages String optionalposition: namedpipeline: False
Parameter description
Chosen Nullable`1 optionalposition: namedpipeline: False
Parameter description
ColorBackground String optionalposition: namedpipeline: False
Parameter description
ColorBorder String optionalposition: namedpipeline: False
Parameter description
ColorHighlightBackground String optionalposition: namedpipeline: False
Parameter description
ColorHighlightBorder String optionalposition: namedpipeline: False
Parameter description
ColorHoverBackground String optionalposition: namedpipeline: False
Parameter description
ColorHoverBorder String optionalposition: namedpipeline: False
Parameter description
FixedX Nullable`1 optionalposition: namedpipeline: False
Parameter description
FixedY Nullable`1 optionalposition: namedpipeline: False
Parameter description
FontAlign String optionalposition: namedpipeline: Falsevalues: 2
This can be set to 'left' to make the label left-aligned. Otherwise, defaults to 'center'.
Possible values: center, left
FontBackground String optionalposition: namedpipeline: False
When not undefined but a color string, a background rectangle will be drawn behind the label in the supplied color.
FontColor String optionalposition: namedpipeline: False
Color of the label text.
FontMulti String optionalposition: namedpipeline: Falsevalues: 4
If false, the label is treated as pure text drawn with the base font. If true or 'html' the label may be multifonted, with bold, italic and code markup, interpreted as html. If the value is 'markdown' or 'md' the label may be multifonted, with bold, italic and code markup, interpreted as markdown. The bold, italic, bold-italic and monospaced fonts may be set up under in the font.bold, font.ital, font.boldital and font.mono properties, respectively.
Possible values: false, true, markdown, html
FontName String optionalposition: namedpipeline: False
Font face (or font family) of the label text.
FontSize Nullable`1 optionalposition: namedpipeline: False
Size of the label text.
FontStrokeColor String optionalposition: namedpipeline: False
This is the color of the stroke assuming the value for stroke is higher than 0.
FontStrokeWidth Nullable`1 optionalposition: namedpipeline: False
As an alternative to the background rectangle, a stroke can be drawn around the text. When a value higher than 0 is supplied, the stroke will be draw
FontVAdjust Nullable`1 optionalposition: namedpipeline: False
Parameter description
HeightConstraintMinimum Nullable`1 optionalposition: namedpipeline: False
Parameter description
HeightConstraintVAlign String optionalposition: namedpipeline: Falsevalues: 3
Parameter description
Possible values: top, middle, bottom
HtmlTextBox ScriptBlock optionalposition: namedpipeline: False
Experimental TextBox to put HTML instead of Image using SVG
Id String optionalposition: namedpipeline: False
Id of a node. If not set, label will be used as Id.
Image Uri optionalposition: namedpipeline: False
Parameter description
ImageType String optionalposition: namedpipeline: Falsevalues: 2
Parameter description
Possible values: squareImage, circularImage
Label String optionalposition: namedpipeline: False
Label for a diagram
Level Nullable`1 optionalposition: namedpipeline: False
Parameter description
LinkColor String optionalposition: namedpipeline: Falsealiases: EdgeColor
Parameter description
Size Nullable`1 optionalposition: namedpipeline: False
The size is used to determine the size of node shapes that do not have the label inside of them. These shapes are: image, circularImage, diamond, dot, star, triangle, triangleDown, hexagon, square and icon
Title String optionalposition: namedpipeline: False
Label that shows up when hovering over node
To String[] optionalposition: namedpipeline: False
Parameter description
WidthConstraintMaximum Nullable`1 optionalposition: namedpipeline: False
Parameter description
WidthConstraintMinimum Nullable`1 optionalposition: namedpipeline: False
Parameter description
X Nullable`1 optionalposition: namedpipeline: False
Parameter description
Y Nullable`1 optionalposition: namedpipeline: False
Parameter description
New-DiagramNode [-ArrowsFromEnabled] [-ArrowsMiddleEnabled] [-ArrowsToEnabled] [-BorderWidth <Nullable`1>] [-BorderWidthSelected <Nullable`1>] [-Chosen <Nullable`1>] [-FixedX <Nullable`1>] [-FixedY <Nullable`1>] [-FontAlign <center|left>] [-FontBackground <String>] [-FontColor <String>] [-FontMulti <false|true|markdown|html>] [-FontName <String>] [-FontSize <Nullable`1>] [-FontStrokeColor <String>] [-FontStrokeWidth <Nullable`1>] [-FontVAdjust <Nullable`1>] [-HeightConstraintMinimum <Nullable`1>] [-HeightConstraintVAlign <top|middle|bottom>] [-HtmlTextBox <ScriptBlock>] [-IconAsImage] [-IconColor <String>] [-IconSolid <String>] [-Id <String>] [-Label <String>] [-Level <Nullable`1>] [-LinkColor <String>] [-Size <Nullable`1>] [-Title <String>] [-To <String[]>] [-WidthConstraintMaximum <Nullable`1>] [-WidthConstraintMinimum <Nullable`1>] [-X <Nullable`1>] [-Y <Nullable`1>] [<CommonParameters>]
#
Parameter set: FontAwesomeSolid

Parameters

ArrowsFromEnabled SwitchParameter optionalposition: namedpipeline: False
Parameter description
ArrowsMiddleEnabled SwitchParameter optionalposition: namedpipeline: False
Parameter description
ArrowsToEnabled SwitchParameter optionalposition: namedpipeline: False
Parameter description
BorderWidth Nullable`1 optionalposition: namedpipeline: False
Parameter description
BorderWidthSelected Nullable`1 optionalposition: namedpipeline: False
Parameter description
Chosen Nullable`1 optionalposition: namedpipeline: False
Parameter description
FixedX Nullable`1 optionalposition: namedpipeline: False
Parameter description
FixedY Nullable`1 optionalposition: namedpipeline: False
Parameter description
FontAlign String optionalposition: namedpipeline: Falsevalues: 2
This can be set to 'left' to make the label left-aligned. Otherwise, defaults to 'center'.
Possible values: center, left
FontBackground String optionalposition: namedpipeline: False
When not undefined but a color string, a background rectangle will be drawn behind the label in the supplied color.
FontColor String optionalposition: namedpipeline: False
Color of the label text.
FontMulti String optionalposition: namedpipeline: Falsevalues: 4
If false, the label is treated as pure text drawn with the base font. If true or 'html' the label may be multifonted, with bold, italic and code markup, interpreted as html. If the value is 'markdown' or 'md' the label may be multifonted, with bold, italic and code markup, interpreted as markdown. The bold, italic, bold-italic and monospaced fonts may be set up under in the font.bold, font.ital, font.boldital and font.mono properties, respectively.
Possible values: false, true, markdown, html
FontName String optionalposition: namedpipeline: False
Font face (or font family) of the label text.
FontSize Nullable`1 optionalposition: namedpipeline: False
Size of the label text.
FontStrokeColor String optionalposition: namedpipeline: False
This is the color of the stroke assuming the value for stroke is higher than 0.
FontStrokeWidth Nullable`1 optionalposition: namedpipeline: False
As an alternative to the background rectangle, a stroke can be drawn around the text. When a value higher than 0 is supplied, the stroke will be draw
FontVAdjust Nullable`1 optionalposition: namedpipeline: False
Parameter description
HeightConstraintMinimum Nullable`1 optionalposition: namedpipeline: False
Parameter description
HeightConstraintVAlign String optionalposition: namedpipeline: Falsevalues: 3
Parameter description
Possible values: top, middle, bottom
HtmlTextBox ScriptBlock optionalposition: namedpipeline: False
Experimental TextBox to put HTML instead of Image using SVG
IconAsImage SwitchParameter optionalposition: namedpipeline: False
Parameter description
IconColor String optionalposition: namedpipeline: False
Parameter description
IconSolid String optionalposition: namedpipeline: False
Parameter description
Id String optionalposition: namedpipeline: False
Id of a node. If not set, label will be used as Id.
Label String optionalposition: namedpipeline: False
Label for a diagram
Level Nullable`1 optionalposition: namedpipeline: False
Parameter description
LinkColor String optionalposition: namedpipeline: Falsealiases: EdgeColor
Parameter description
Size Nullable`1 optionalposition: namedpipeline: False
The size is used to determine the size of node shapes that do not have the label inside of them. These shapes are: image, circularImage, diamond, dot, star, triangle, triangleDown, hexagon, square and icon
Title String optionalposition: namedpipeline: False
Label that shows up when hovering over node
To String[] optionalposition: namedpipeline: False
Parameter description
WidthConstraintMaximum Nullable`1 optionalposition: namedpipeline: False
Parameter description
WidthConstraintMinimum Nullable`1 optionalposition: namedpipeline: False
Parameter description
X Nullable`1 optionalposition: namedpipeline: False
Parameter description
Y Nullable`1 optionalposition: namedpipeline: False
Parameter description
New-DiagramNode [-ArrowsFromEnabled] [-ArrowsMiddleEnabled] [-ArrowsToEnabled] [-BorderWidth <Nullable`1>] [-BorderWidthSelected <Nullable`1>] [-Chosen <Nullable`1>] [-FixedX <Nullable`1>] [-FixedY <Nullable`1>] [-FontAlign <center|left>] [-FontBackground <String>] [-FontColor <String>] [-FontMulti <false|true|markdown|html>] [-FontName <String>] [-FontSize <Nullable`1>] [-FontStrokeColor <String>] [-FontStrokeWidth <Nullable`1>] [-FontVAdjust <Nullable`1>] [-HeightConstraintMinimum <Nullable`1>] [-HeightConstraintVAlign <top|middle|bottom>] [-HtmlTextBox <ScriptBlock>] [-IconAsImage] [-IconColor <String>] [-IconRegular <String>] [-Id <String>] [-Label <String>] [-Level <Nullable`1>] [-LinkColor <String>] [-Size <Nullable`1>] [-Title <String>] [-To <String[]>] [-WidthConstraintMaximum <Nullable`1>] [-WidthConstraintMinimum <Nullable`1>] [-X <Nullable`1>] [-Y <Nullable`1>] [<CommonParameters>]
#
Parameter set: FontAwesomeRegular

Parameters

ArrowsFromEnabled SwitchParameter optionalposition: namedpipeline: False
Parameter description
ArrowsMiddleEnabled SwitchParameter optionalposition: namedpipeline: False
Parameter description
ArrowsToEnabled SwitchParameter optionalposition: namedpipeline: False
Parameter description
BorderWidth Nullable`1 optionalposition: namedpipeline: False
Parameter description
BorderWidthSelected Nullable`1 optionalposition: namedpipeline: False
Parameter description
Chosen Nullable`1 optionalposition: namedpipeline: False
Parameter description
FixedX Nullable`1 optionalposition: namedpipeline: False
Parameter description
FixedY Nullable`1 optionalposition: namedpipeline: False
Parameter description
FontAlign String optionalposition: namedpipeline: Falsevalues: 2
This can be set to 'left' to make the label left-aligned. Otherwise, defaults to 'center'.
Possible values: center, left
FontBackground String optionalposition: namedpipeline: False
When not undefined but a color string, a background rectangle will be drawn behind the label in the supplied color.
FontColor String optionalposition: namedpipeline: False
Color of the label text.
FontMulti String optionalposition: namedpipeline: Falsevalues: 4
If false, the label is treated as pure text drawn with the base font. If true or 'html' the label may be multifonted, with bold, italic and code markup, interpreted as html. If the value is 'markdown' or 'md' the label may be multifonted, with bold, italic and code markup, interpreted as markdown. The bold, italic, bold-italic and monospaced fonts may be set up under in the font.bold, font.ital, font.boldital and font.mono properties, respectively.
Possible values: false, true, markdown, html
FontName String optionalposition: namedpipeline: False
Font face (or font family) of the label text.
FontSize Nullable`1 optionalposition: namedpipeline: False
Size of the label text.
FontStrokeColor String optionalposition: namedpipeline: False
This is the color of the stroke assuming the value for stroke is higher than 0.
FontStrokeWidth Nullable`1 optionalposition: namedpipeline: False
As an alternative to the background rectangle, a stroke can be drawn around the text. When a value higher than 0 is supplied, the stroke will be draw
FontVAdjust Nullable`1 optionalposition: namedpipeline: False
Parameter description
HeightConstraintMinimum Nullable`1 optionalposition: namedpipeline: False
Parameter description
HeightConstraintVAlign String optionalposition: namedpipeline: Falsevalues: 3
Parameter description
Possible values: top, middle, bottom
HtmlTextBox ScriptBlock optionalposition: namedpipeline: False
Experimental TextBox to put HTML instead of Image using SVG
IconAsImage SwitchParameter optionalposition: namedpipeline: False
Parameter description
IconColor String optionalposition: namedpipeline: False
Parameter description
IconRegular String optionalposition: namedpipeline: False
Parameter description
Id String optionalposition: namedpipeline: False
Id of a node. If not set, label will be used as Id.
Label String optionalposition: namedpipeline: False
Label for a diagram
Level Nullable`1 optionalposition: namedpipeline: False
Parameter description
LinkColor String optionalposition: namedpipeline: Falsealiases: EdgeColor
Parameter description
Size Nullable`1 optionalposition: namedpipeline: False
The size is used to determine the size of node shapes that do not have the label inside of them. These shapes are: image, circularImage, diamond, dot, star, triangle, triangleDown, hexagon, square and icon
Title String optionalposition: namedpipeline: False
Label that shows up when hovering over node
To String[] optionalposition: namedpipeline: False
Parameter description
WidthConstraintMaximum Nullable`1 optionalposition: namedpipeline: False
Parameter description
WidthConstraintMinimum Nullable`1 optionalposition: namedpipeline: False
Parameter description
X Nullable`1 optionalposition: namedpipeline: False
Parameter description
Y Nullable`1 optionalposition: namedpipeline: False
Parameter description
New-DiagramNode [-ArrowsFromEnabled] [-ArrowsMiddleEnabled] [-ArrowsToEnabled] [-BorderWidth <Nullable`1>] [-BorderWidthSelected <Nullable`1>] [-Chosen <Nullable`1>] [-FixedX <Nullable`1>] [-FixedY <Nullable`1>] [-FontAlign <center|left>] [-FontBackground <String>] [-FontColor <String>] [-FontMulti <false|true|markdown|html>] [-FontName <String>] [-FontSize <Nullable`1>] [-FontStrokeColor <String>] [-FontStrokeWidth <Nullable`1>] [-FontVAdjust <Nullable`1>] [-HeightConstraintMinimum <Nullable`1>] [-HeightConstraintVAlign <top|middle|bottom>] [-HtmlTextBox <ScriptBlock>] [-IconAsImage] [-IconBrands <String>] [-IconColor <String>] [-Id <String>] [-Label <String>] [-Level <Nullable`1>] [-LinkColor <String>] [-Size <Nullable`1>] [-Title <String>] [-To <String[]>] [-WidthConstraintMaximum <Nullable`1>] [-WidthConstraintMinimum <Nullable`1>] [-X <Nullable`1>] [-Y <Nullable`1>] [<CommonParameters>]
#
Parameter set: FontAwesomeBrands

Parameters

ArrowsFromEnabled SwitchParameter optionalposition: namedpipeline: False
Parameter description
ArrowsMiddleEnabled SwitchParameter optionalposition: namedpipeline: False
Parameter description
ArrowsToEnabled SwitchParameter optionalposition: namedpipeline: False
Parameter description
BorderWidth Nullable`1 optionalposition: namedpipeline: False
Parameter description
BorderWidthSelected Nullable`1 optionalposition: namedpipeline: False
Parameter description
Chosen Nullable`1 optionalposition: namedpipeline: False
Parameter description
FixedX Nullable`1 optionalposition: namedpipeline: False
Parameter description
FixedY Nullable`1 optionalposition: namedpipeline: False
Parameter description
FontAlign String optionalposition: namedpipeline: Falsevalues: 2
This can be set to 'left' to make the label left-aligned. Otherwise, defaults to 'center'.
Possible values: center, left
FontBackground String optionalposition: namedpipeline: False
When not undefined but a color string, a background rectangle will be drawn behind the label in the supplied color.
FontColor String optionalposition: namedpipeline: False
Color of the label text.
FontMulti String optionalposition: namedpipeline: Falsevalues: 4
If false, the label is treated as pure text drawn with the base font. If true or 'html' the label may be multifonted, with bold, italic and code markup, interpreted as html. If the value is 'markdown' or 'md' the label may be multifonted, with bold, italic and code markup, interpreted as markdown. The bold, italic, bold-italic and monospaced fonts may be set up under in the font.bold, font.ital, font.boldital and font.mono properties, respectively.
Possible values: false, true, markdown, html
FontName String optionalposition: namedpipeline: False
Font face (or font family) of the label text.
FontSize Nullable`1 optionalposition: namedpipeline: False
Size of the label text.
FontStrokeColor String optionalposition: namedpipeline: False
This is the color of the stroke assuming the value for stroke is higher than 0.
FontStrokeWidth Nullable`1 optionalposition: namedpipeline: False
As an alternative to the background rectangle, a stroke can be drawn around the text. When a value higher than 0 is supplied, the stroke will be draw
FontVAdjust Nullable`1 optionalposition: namedpipeline: False
Parameter description
HeightConstraintMinimum Nullable`1 optionalposition: namedpipeline: False
Parameter description
HeightConstraintVAlign String optionalposition: namedpipeline: Falsevalues: 3
Parameter description
Possible values: top, middle, bottom
HtmlTextBox ScriptBlock optionalposition: namedpipeline: False
Experimental TextBox to put HTML instead of Image using SVG
IconAsImage SwitchParameter optionalposition: namedpipeline: False
Parameter description
IconBrands String optionalposition: namedpipeline: False
Parameter description
IconColor String optionalposition: namedpipeline: False
Parameter description
Id String optionalposition: namedpipeline: False
Id of a node. If not set, label will be used as Id.
Label String optionalposition: namedpipeline: False
Label for a diagram
Level Nullable`1 optionalposition: namedpipeline: False
Parameter description
LinkColor String optionalposition: namedpipeline: Falsealiases: EdgeColor
Parameter description
Size Nullable`1 optionalposition: namedpipeline: False
The size is used to determine the size of node shapes that do not have the label inside of them. These shapes are: image, circularImage, diamond, dot, star, triangle, triangleDown, hexagon, square and icon
Title String optionalposition: namedpipeline: False
Label that shows up when hovering over node
To String[] optionalposition: namedpipeline: False
Parameter description
WidthConstraintMaximum Nullable`1 optionalposition: namedpipeline: False
Parameter description
WidthConstraintMinimum Nullable`1 optionalposition: namedpipeline: False
Parameter description
X Nullable`1 optionalposition: namedpipeline: False
Parameter description
Y Nullable`1 optionalposition: namedpipeline: False
Parameter description