ClassDiagramConnectionStartCapFillDescriptor
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:
public class DiagramConnectionStartCapFillDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionStartCapFillDescriptor
Constructors
DiagramConnectionStartCapFillDescriptor()
Declaration
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.
Methods
Serialize()
Declaration
public Dictionary<string, object> Serialize()
Returns