Search
ShapeNode.TextMargin Property
See Also
 






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

 Syntax

C#  Copy Code

public Thickness TextMargin { get; set; }

Visual Basic  Copy Code

Public Property TextMargin As Thickness

 Property Value

A Thickness instance.

 See Also