GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / PaintNothingScale Property
In This Topic
    PaintNothingScale Property
    In This Topic
    Gets or sets the scale at which greeked objects paint nothing.
    Syntax
    [Category("Appearance")]
    [DefaultValue(0.13)]
    [Description("The scale at which greeked objects paint nothing.")]
    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.
    See Also