Gets the currently effective font of the item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Font EffectiveFont { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property EffectiveFont As Font |
A Font instance.
RemarksThis 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