Class
DiagramConnectionEndCapFillDescriptor

Controls the fill color and appearance inside the end cap (arrowhead) of a diagram connection. Use this to set solid colors, gradients, or patterns for the cap's interior. Part of the DiagramConnectionEndCapDescriptor styling options. Example: "#FF5733" for a solid red fill.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DiagramConnectionEndCapFillDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionEndCapFillDescriptor

Constructors

DiagramConnectionEndCapFillDescriptor()

Declaration

cs-api-definition
public DiagramConnectionEndCapFillDescriptor()

Properties

Color

Sets the background fill color of the connection end cap (arrow head or marker). Use any valid CSS color value such as hex codes (e.g., "#FF5722"), color names (e.g., "red"), or rgba values. This colors the interior of arrow heads or other end 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>