Search
DiagramStyle.FontUnit Property
See Also
 





Gets or sets the font unit of the item texts.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public GraphicsUnit FontUnit { get; set; }

Visual Basic  Copy Code

Public Property FontUnit As GraphicsUnit

 Property Value

A member of the GraphicsUnit enumeration.

 See Also