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