Search
DiagramStyle.FontStyle Property
See Also
 






Gets or sets the font style of the item texts.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public FontAttributes FontStyle { get; set; }

Visual Basic  Copy Code

Public Property FontStyle As FontAttributes

 Property Value

One or more of the members of the FontAttributes enumeration.

 See Also