Search
Shape.TextRectangle Property
See Also
 






Specifies the label position for this shape.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Rect TextRectangle { get; }

Visual Basic  Copy Code

Public ReadOnly Property TextRectangle As Rect

 Property Value

A Rect instance.

 See Also