Configures the border of the connection content label background box. Use this to set the color, dash type, and width of the border drawn around the label background.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DiagramConnectionContentBorderDescriptor : DataVizChildComponentDescriptor
Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionContentBorderDescriptor
Constructors
C#
public DiagramConnectionContentBorderDescriptor()
Properties
The color of the border. Accepts CSS color values including hex codes, named colors, or RGB/RGBA values.
C#
public string Color { get; set; }