Search
Cell.TextAlignment Property
See Also
 






Gets or sets how the text should be aligned inside this cell. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TextAlignment TextAlignment { get; set; }

Visual Basic  Copy Code

Public Property TextAlignment As TextAlignment

 Property Value

One of the Windows.UI.Xaml.TextAlignment enumeration values. The default is TextAlignment.Left.

 See Also