[Description("The measurements used when drawing the intervals onto the ruler.")] [Category("Measurement")] public virtual GoRulerMark[] Marks {get; set;}
[Description("The measurements used when drawing the intervals onto the ruler.")] [Category("Measurement")] public virtual GoRulerMark[] Marks {get; set;}
The Marks property determines the maximum amount of intervals will be shown on the ruler at any given time. Each GoRulerMark in the array determines how each interval mark will be drawn on the ruler.
If Marks is null or contains no elements (Marks.Length == 0
), then no interval marks will be drawn onto the ruler.