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 object.
RemarksThis property returns Font if it is not null, or a font with the FontFamily, FontSize, and FontStyle properties of the item's style.
See Also