Gets or sets the spacing between the item boundaries and its text.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual Thickness TextPadding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Overridable Property TextPadding As Thickness |
A Thickness instance specifying the size of the padding space left around the text.
See Also