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