GoDiagram Web Reference
PaintNothingScale Property

Gets or sets the scale at which greeked objects paint nothing.
Syntax
'Declaration
 
<DescriptionAttribute("The scale at which greeked objects paint nothing.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Overridable Property PaintNothingScale As Single
[DescriptionAttribute("The scale at which greeked objects paint nothing.")]
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
public virtual float PaintNothingScale {get; set;}

Property Value

This value defaults to 0.15f, and should be less than or equal to PaintGreekScale.
Remarks
Not all objects use greeking to simplify and speed up painting at small scales, but those that do use this property to govern when to make that decision.
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

GoView Class
GoView Members
PaintGreekScale Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback