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

Configures the paragraph margin of the connection content rich text blocks. Controls the top and bottom spacing between paragraphs in the rich text content.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class DiagramConnectionContentMarginDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramConnectionContentMarginDescriptor

Constructors

C#
public DiagramConnectionContentMarginDescriptor()

Properties

The bottom paragraph margin in pixels.

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

The top paragraph margin in pixels.

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

Methods

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

Dictionary<string, object>