Controls the default stroke color, width, dash pattern, and style of diagram connection lines. Use this to customize the appearance of connection outlines in their normal (non-hover, non-selected) state. Example: Set width to 2px with a "#2C3E50" color for standard connections, or use dashed lines for different relationship types.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class DiagramConnectionStrokeDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionStrokeDescriptor
Constructors
public DiagramConnectionStrokeDescriptor()
Methods
Properties
Sets the line color of the connection between shapes. Use any valid CSS color value such as hex codes (e.g., "#666666"), color names (e.g., "gray"), or rgba values. This property controls the color of the connecting line, independent of arrow caps set by DiagramConnectionEndCapDescriptor and DiagramConnectionStartCapDescriptor.
public string Color { get; set; }