MindFusion.Wpf Pack Programmer's Guide
TableNode.Cell.TextFormat Property
See Also
 





Gets or sets the alignment of the text that is displayed inside the cell.

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

 Syntax

C#  Copy Code

public StringFormat TextFormat { get; set; }

Visual Basic  Copy Code

Public Property TextFormat As StringFormat

 Property Value

An instance of the StringFormat class.

 Remarks

This property has been deprecated. Set the TextAlignment and TextVerticalAlignment properties to specify text alignment.

 See Also

TableNode.Cell Members
TableNode.Cell Class
MindFusion.Diagramming.Wpf Namespace