ScaleBarStyle Enumeration
Specifies the visual style of a ScaleBar.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum ScaleBarStyleValues
| Value name | Value | Description |
|---|---|---|
| Comb | 0 | A horizontal line with vertical ticks that point down if the numeric labels are below the scale bar, otherwise up. |
| DoubleSidedComb | 1 | A horizontal line with vertical ticks that are centered on the horizontal line. |
| Boxes | 2 | A single row of boxes with two alternating fill colors. |
| DoubleBoxes | 3 | Two rows of boxes with two alternating fill colors. |
Remarks
Font, colors and label placements are controlled by other properties of the ScaleBar.
![]() |
Platforms
Windows, Linux, Android
