New to Telerik UI for BlazorStart a free 30-day trial

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; }

The dash type of the border.

C#
public DashType? DashType { get; set; }

The width of the border in pixels.

C#
public double? Width { get; set; }

Methods

C#
public Dictionary<string, object> Serialize()
Returns:

Dictionary<string, object>