DiagramLite Programmer's Guide
Cell.Text Property
See Also
 





Gets or sets text displayed inside the cell. This is a dependency property.

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

 Syntax

C#  Copy Code

public string Text { get; set; }

Visual Basic  Copy Code

Public Property Text As String

 Property Value

A string of text that should be displayed in the cell. The default is an empty string.

 Remarks

The property specifies the text that appears inside a cell.

 See Also

Cell Members
Cell Class
MindFusion.Diagramming Namespace
TextAlignment Property