GoDiagram Web Reference
PaintGreekScale Property

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

Property Value

This value defaults to 0.24f and should be greater than or equal to PaintNothingScale.
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
PaintNothingScale Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback