Northwoods.Go.Draw Assembly > Northwoods.Go.Draw Namespace > GoRuler Class : Marks Property |
'Declaration <DescriptionAttribute("The measurements used when drawing the intervals onto the ruler.")> <CategoryAttribute("Measurement")> Public Overridable Property Marks As GoRulerMark()
[DescriptionAttribute("The measurements used when drawing the intervals onto the ruler.")] [CategoryAttribute("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.
Target 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