GoDiagram Web Reference
MajorLineDashPattern Property

Gets or sets the dash pattern drawn by grid lines, when MajorLineDashStyle is DashStyle.Custom.
Syntax
'Declaration
 
<CategoryAttribute("Grid")>
<DescriptionAttribute("The pattern of dashes used in drawing the grid lines, when the MajorLineDashStyle is DashStyle.Custom")>
Public Overridable Property MajorLineDashPattern As Single()
[CategoryAttribute("Grid")]
[DescriptionAttribute("The pattern of dashes used in drawing the grid lines, when the MajorLineDashStyle is DashStyle.Custom")]
public virtual float[] MajorLineDashPattern {get; set;}

Property Value

An array of singles floats describing the length of each (alternating) drawn and empty section, repeated to form the whole dashed line. Do not modify the array returned by this property; to change the pattern, you must set this property to a newly allocated array.
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