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 virtual Thickness TextPadding { get; set; }

Visual Basic  Copy Code

Public Overridable Property TextPadding As Thickness

 Property Value

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

 See Also