Search
TreeViewItem.LabelFont Property
See Also
 





Gets or sets the label font of this item.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Font LabelFont { get; set; }

Visual Basic  Copy Code

Public Property LabelFont As Font

 Property Value

An instance of the .NET Font class. The default value is null (Nothing in Visual Basic).

 Remarks

It this property is set to null, the label is rendered using the Font of the parent node.

 See Also