Gets the font of the text of the item being edited.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public Nullable<Font> TextFont { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property TextFont As Nullable(Of Font) |
An instance of the Font class.
RemarksThis is the font set in the Font property of the style set for the edited item.
See Also