Gets or sets the font style of the displayed text.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public FontStyle FontStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontStyle As FontStyle |
A .NET FontStyle object.
See Also