Search
DiagramItem.EffectiveFont Property
See Also
 





Gets the currently effective font of the item.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Font EffectiveFont { get; }

Visual Basic  Copy Code

Public ReadOnly Property EffectiveFont As Font

 Property Value

A .NET Font object.

 Remarks

This property returns Font if it is not null, or a font with the FontFamily, FontSize, FontStyle and FontUnit properties of the item's style.

 See Also