Gets or sets the offset of the ShapeNode text area from the origin of its container Grid. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Thickness TextMargin { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TextMargin As Thickness |
A Thickness instance.
See Also