Search
DiagramItem.TextPadding Property
See Also
 






Gets or sets the spacing between the item boundaries and its text.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Thickness TextPadding { get; set; }

Visual Basic  Copy Code

Public Property TextPadding As Thickness

 Property Value

A Thickness instance specifying the size of the padding space left around the text.

 See Also