DiagramLite Programmer's Guide
TableNode.Caption Property
See Also
 





Gets or sets the text displayed as caption of the table. This is a dependency property

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public string Caption { get; set; }

Visual Basic  Copy Code

Public Property Caption As String

 Property Value

A string containing the text of the caption.

 Remarks

Text color and alignment can be customized by the CaptionBrush, CaptionBackBrush, and CaptionHeight properties. Styled text allows applying various attributes to the text characters. Attributes are specified by embedding HTML-like formatting tags within the raw text.

 See Also

TableNode Members
TableNode Class
MindFusion.Diagramming Namespace