DiagramLite Programmer's Guide
ShapeNode.TextMargin Property
See Also
 





Gets or sets the offset of the ShapeNode text area from the origin of its container Grid.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Thickness TextMargin { get; set; }

Visual Basic  Copy Code

Public Property TextMargin As Thickness

 Property Value

Calculated automatically from the node size and the text area definition in the currently applied Shape.

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming Namespace