DiagramConnectionDefaultsEndCapSettingsBuilder
Methods
Fill(System.Action)
The connections end cap fill options or color.
Parameters
configurator - System.Action<DiagramConnectionDefaultsEndCapFillSettingsBuilder>
The configurator for the fill setting.
RETURNS
Returns the current instance of DiagramConnectionDefaultsEndCapSettingsBuilder .
Stroke(System.Action)
The connections end cap stroke options or color.
Parameters
configurator - System.Action<DiagramConnectionDefaultsEndCapStrokeSettingsBuilder>
The configurator for the stroke setting.
RETURNS
Returns the current instance of DiagramConnectionDefaultsEndCapSettingsBuilder .
Type(System.String)
The end cap type used in connections.
Parameters
value - System.String
The value for Type
RETURNS
Returns the current DiagramConnectionDefaultsEndCapSettingsBuilder instance.
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 for Path
RETURNS
Returns the current DiagramConnectionDefaultsEndCapSettingsBuilder instance.
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 configurator for the anchor setting.
RETURNS
Returns the current instance of DiagramConnectionDefaultsEndCapSettingsBuilder .
Radius(System.Double)
The radius of the filled circle marker. Applies when the type is "FilledCircle".
Parameters
value - System.Double
The value for Radius
RETURNS
Returns the current DiagramConnectionDefaultsEndCapSettingsBuilder instance.