GoDiagram Web Reference
MajorLineFrequency Property

Gets or sets how often grid lines should be drawn as major lines.
Syntax
'Declaration
 
<DescriptionAttribute("How often major lines should be drawn; zero means never.")>
<CategoryAttribute("Grid")>
Public Overridable Property MajorLineFrequency As Size
[DescriptionAttribute("How often major lines should be drawn; zero means never.")]
[CategoryAttribute("Grid")]
public virtual Size MajorLineFrequency {get; set;}

Property Value

The Width indicates how often vertical lines should be drawn using MajorLineColor and MajorLineWidth and MajorLineDashStyle. The Height indicates the same thing for horizontal lines. A value of zero means never; one means always; two means every other one, etc. The initial value is 0x0, so major lines are never drawn.
Remarks
Typically this will have the same values as the bounds of the CellColors array, or integral multiples of each other, if both are in use.
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

GoGrid Class
GoGrid Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback