Gets the currently effective font of the item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Font EffectiveFont { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property EffectiveFont As Font |
A Font object.
This property returns Font if it is not null, or a font with the FontFamily, FontSize, and FontStyle properties of the item's style.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |