Search
ShapeNode.TextWidth Property
See Also
 






Gets or sets the width of the ShapeNode text area. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double TextWidth { get; set; }

Visual Basic  Copy Code

Public Property TextWidth As Double

 Property Value

A double value.

 See Also