Gets or sets a font size of the text displaying allocated resources. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public double ResourcesLabelFontSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ResourcesLabelFontSize As Double |
A double specifying the font size.
See Also