GoDiagram Web Reference
PaintMinorScale Property

Gets or sets the scale at which the Minor Grid markings are painted.
Syntax
'Declaration
 
<DescriptionAttribute("The scale at which greeked objects paint something simple.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Overridable Property PaintMinorScale As Single
[DescriptionAttribute("The scale at which greeked objects paint something simple.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public virtual float PaintMinorScale {get; set;}

Property Value

This value defaults to 0.0f.
Remarks
Painting thousands of marks for grids can become a performance issue when zoomed to a small scale. Setting this value will allow the minor grid marks to disappear below that scale value. Major grid marks will remain.
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
PaintGreekScale Property
PaintNothingScale Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback