This article provides all customizable properties for edges in the Graph View.
- StyleName
Sets the style of the edge.
Possible Values: DefaultNodeStyle, DefaultNodeStyle, ControlNodeStyle, ShapeNodeStyle, ImageNodeStyle, BorderedImageNodeStyle, ColorizedImageNodeStyle, ShapeOrImageNodeStyle, ShapeOrBorderedImageNodeStyle, HiltiNodeStyle<Property Name="StyleName" Value="ShapeOrImageNodeStyle" />
- OutlineColor
Sets the color of the element outline or border.
Possible Values: colors, more information can be found here.
<Property Name="OutlineColor" Value="" />
- OutlineThickness
Changes the thickness of the outline. A thickness of 0 disables the outline completely.
Possible Values: double
<Property Name="OutlineThickness" Value="2.0" />
- Dash
Possible Values: Default, Solid, Dash, Dot, DashDot, DashDotDot<Property Name="Dash" Value="Solid" />
- SourceArrow (examples)
Possible Values: Default, Circle, Cross, Diamond,
None, Short, Simple, Triangle<Property Name="SourceArrow" Value="None" />
- TargetArrow (examples)
Possible Values: Default, Circle, Cross, Diamond,
None, Short, Simple, Triangle<Property Name="TargetArrow" Value="None" />
- LabelText
Set the label text that is shown in the graph on the element. Instead of a given text it is also possible to connect the LabelText property to a other property or attribute.
Possible Values: string
<Property Name="LabelText"> <Value IsReference="true">id</Value> </Property>
- LabelPosition
Possible Values: SourceAbove, SourceBelow, SourceCentered, CenterAbove, CenterBelow, CenterCentered,
TargetAbove, TargetBelow, TargetCentered<Property Name="LabelPosition" Value="CenterCentered" />
- LabelFontColor
Sets the color of the label text. If this property is not set then the text is shown either in black or white depending on the LabelBackgroundColor, FillColor or OutlineColor of the graph element. This provides high contrast to ensure readability of the labels.
Possible Values: colors, more information can be found here.<Property Name="LabelFontColor" Value="" />
- LabelFontSize
Sets the font size of the label text.
Possible Values: double -
<Property Name="LabelFontSize" Value="" />
- ToolTip
Set the text that should be shown when a user hoovers over an element with the mouse.
Possible Values: string<Property Name="ToolTip"> <Value IsReference="true">name</Value> </Property>