Search
TreeViewNode.TextPadding Property
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override Thickness TextPadding { get; set; }

Visual Basic  Copy Code

Public Overrides Property TextPadding As Thickness

 Property Value

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

 See Also