Search
ItemEditContext.TextFont Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Nullable<Font> TextFont { get; }

Visual Basic  Copy Code

Public ReadOnly Property TextFont As Nullable(Of Font)

 Property Value

An instance of the Font class.

 Remarks

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

 See Also