Gets or sets how the text should be aligned in the ShapeNode's text box. This is a dependency property.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public TextAlignment TextAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TextAlignment As TextAlignment |
A member of the TextAlignment enumeration.
See Also