MindFusion WinForms Programmer's Guide
ItemEditContext.TextFont Property
See Also
 





Gets the font of the text of the item being edited.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Font TextFont { get; }

Visual Basic  Copy Code

Public ReadOnly Property TextFont As Font

 Property Value

An instance of the .NET Font class.

 Remarks

This is the font set in the Font property of the style set for the edited item.

 See Also

ItemEditContext Members
ItemEditContext Class
MindFusion.Scheduling.WinForms Namespace