ASP.NET Pack Programmer's Guide
TreeViewNode.Font Property
See Also
 





Gets or sets the font used to render the node's caption.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override Font Font { get; set; }

Visual Basic  Copy Code

Public Overrides Property Font As Font

 Property Value

A .NET Font instance specifying the font attributes.

 See Also

TreeViewNode Members
TreeViewNode Class
MindFusion.Diagramming Namespace