GoDiagram Win Reference
Marks Property

Gets or sets the array of GoRulerMarks to use when drawing the intervals onto the ruler.
Syntax
'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;}

Property Value

The initial value is an array of four GoRulerMarks. They draw 100%, 60%, 40%, and 30% across. Only the first one has Numbered set to true.
Remarks

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.

Requirements

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

See Also

Reference

GoRuler Class
GoRuler Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback