Northwoods.Go.Draw Assembly > Northwoods.Go.Draw Namespace > GoRuler Class : Intervals Property |
'Declaration <DescriptionAttribute("The intervals on the ruler.")> <CategoryAttribute("Measurement")> Public Overridable Property Intervals As Double()
[DescriptionAttribute("The intervals on the ruler.")] [CategoryAttribute("Measurement")] public virtual double[] Intervals {get; set;}
{100, 10, 1, 0.1}
, then the ruler would be divided every 100 units, 10 units, 1 unit, and tenths of a unit. All of the marks at the specified intervals may not be visible at one time. The visibility of the marks representing the intervals depends on the the number of Intervals, the number of Marks specified, and the DocScale
. If Intervals is null or contains no elements (Intervals.Length == 0
), then no interval marks will be drawn onto the rulerTarget Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2