New to Telerik UI for BlazorStart a free 30-day trial

Controls the fill color and appearance inside the start cap (arrowhead) of a diagram connection. Use this to set solid colors, gradients, or patterns for the cap's interior at the connection origin. Part of the DiagramConnectionStartCapDescriptor styling options. Example: "#3498DB" for a solid blue fill.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class DiagramConnectionStartCapFillDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionStartCapFillDescriptor

Constructors

C#
public DiagramConnectionStartCapFillDescriptor()

Methods

C#
public Dictionary<string, object> Serialize()
Returns:

Dictionary<string, object>

Properties

Sets the background fill color of the connection start cap (arrow head or marker). Use any valid CSS color value such as hex codes (e.g., "#2196F3"), color names (e.g., "blue"), or rgba values. This colors the interior of arrow heads or other start cap shapes, typically matching the connection line color set by Color.

C#
public string Color { get; set; }