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

Configures the paragraph margin of the shape 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 DiagramShapeContentMarginDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramShapeContentMarginDescriptor

Constructors

C#
public DiagramShapeContentMarginDescriptor()

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>