Class
DiagramConnectionStartCapFillDescriptor

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:

cs-api-definition
public class DiagramConnectionStartCapFillDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionStartCapFillDescriptor

Constructors

DiagramConnectionStartCapFillDescriptor()

Declaration

cs-api-definition
public DiagramConnectionStartCapFillDescriptor()

Properties

Color

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.

Declaration

cs-api-definition
public string Color { get; set; }

Property Value

string

Methods

Serialize()

Declaration

cs-api-definition
public Dictionary<string, object> Serialize()

Returns

Dictionary<string, object>