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