Gets or sets the font size of the labels. This is a dependency property.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public Length FontSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontSize As Length |
An instance of the Length structure.
RemarksThe font size of type Length so that it can be specified as a relative value.
See Also