Search
Shape.TextArea Property
See Also
 





Gets or sets the outline of the text area of this shape.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public ElementTemplate[] TextArea { get; set; }

Visual Basic  Copy Code

Public Property TextArea As ElementTemplate()

 Property Value

An array of ElementTemplate objects specifying the text area of this shape.

 See Also