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

Configures the padding of the connection content label background box. Use this to set spacing between the label text and the border on each side.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class DiagramConnectionContentPaddingDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionContentPaddingDescriptor

Constructors

C#
public DiagramConnectionContentPaddingDescriptor()

Properties

The bottom padding in pixels.

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

The left padding in pixels.

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

The right padding in pixels.

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

The top padding in pixels.

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

Methods

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

Dictionary<string, object>