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





Gets or sets the alignment and line position of the text used as table caption.

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

 Syntax

C#  Copy Code

public StringFormat CaptionFormat { get; set; }

Visual Basic  Copy Code

Public Property CaptionFormat 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 Members
TableNode Class
MindFusion.Diagramming.Wpf Namespace