Search
ICell.TextFont Property
See Also
 






Gets or sets the font of the cell or group of cells.

Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

Nullable<Font> TextFont { get; set; }

Visual Basic  Copy Code

Property TextFont As Nullable(Of Font)

 Property Value

A Font object.

 Remarks

The Item property of the Grid class lets you access a group of cells through a single ICell reference, which lets you set the font of all cells in the group with a single assignment.

 See Also