ScaleBar.Font Property
Gets or sets the font for labels.
Syntax
public AttributeVariable< Font > Font { get; set; }
Property Value
Default: Font.DefaultFont
The font for labels.
Remarks
This property often specifies a constant font that is used for both the numeric labels and the unit label. But if the unit label is not placed directly after the last numeric label, it is possible to specify an attribute variable that gives different fonts for the two kinds of labels. See the section Fine-tuning the visualization in the main class documentation.
Platforms
Windows, Linux, Android