Search
DiagramItemStyle.FontStyle Property
See Also
 





Gets or sets the font style of the item text.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public FontStyle FontStyle { get; set; }

Visual Basic  Copy Code

Public Property FontStyle As FontStyle

 Property Value

One or more of the members of the FontStyle enumeration.

 See Also