DiagramConnectionDefaultsEndCapSettingsBuilder
Methods
Fill(System.Action)
The connections end cap fill options or color.
Parameters
configurator - System.Action<DiagramConnectionDefaultsEndCapFillSettingsBuilder>
The action that configures the fill.
Stroke(System.Action)
The connections end cap stroke options or color.
Parameters
configurator - System.Action<DiagramConnectionDefaultsEndCapStrokeSettingsBuilder>
The action that configures the stroke.
Type(System.String)
The end cap type used in connections.
Parameters
value - System.String
The value that configures the type.
Path(System.String)
The SVG path data for the arrow marker. Applies when the type is "ArrowEnd" or "ArrowStart".
Parameters
value - System.String
The value that configures the path.
Anchor(System.Action)
The anchor point of the arrow marker. This is the point where the marker will be positioned relative to the line. Applies when the type is "ArrowEnd" or "ArrowStart".
Parameters
configurator - System.Action<DiagramConnectionDefaultsEndCapAnchorSettingsBuilder>
The action that configures the anchor.
Radius(System.Double)
The radius of the filled circle marker. Applies when the type is "FilledCircle".
Parameters
value - System.Double
The value that configures the radius.