Gets or sets the text format of the cell or group of cells.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
StringFormat TextFormat { get; set; } |
Visual Basic
Copy Code
|
|---|
Property TextFormat As StringFormat |
RemarksThe Item property of the Grid class lets you access a group of cells through a single ICell reference, which lets you set the text format of all cells in the group with a single assignment.
See Also