displayScale
Description​
A relative scale for the size of the bar when displayed. The scale is relative within a single line (system). The sum of all scales in one line make the total width, and then this individual scale gives the relative size.
- JavaScript
- C#
- Kotlin
displayScale: number;
double DisplayScale { get; set; }
var displayScale: Double