Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 458 Bytes

MeterScaleSection.md

File metadata and controls

15 lines (12 loc) · 458 Bytes

MeterScaleSection

A struct defining an arc section of analog meter scale.

Fields

LineColor (Windows.UI.Color)

Color of the scale segment line

LineThickness (Float)

Width of the scale segment line

Start (Float)

Starting point on the scale in relative values. 0.0 stands for the leftmost point on the scale arc, 1.0 the rightmost.

Length (Single)

Length of the scale arc in relative values

Home