Gets or sets the thickness of padding space between the item boundaries and its text.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public Thickness TextPadding { get; set; } |
Visual Basic Copy Code |
---|
Public Property TextPadding As Thickness |
A Thickness instance. The default thickness is 1 millimeter.
WpfDiagram Programmer's Guide | © 2024 MindFusion |