Gets or sets a font style to the text displaying allocated resources. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public FontStyle ResourcesLabelFontStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ResourcesLabelFontStyle As FontStyle |
A FontStyle object.
See Also