Piccolo.NET

PUtil.GreekThreshold Property

Gets or sets a system wide value that specifies the smallest size at which nodes should render themselves completely.

public static float GreekThreshold {get; set;}

Property Value

The smallest size at which nodes should render themselves completely.

Remarks

Once a node becomes very small, it is no longer necessary to render it completely since it is impossible to see the details anyway. When this happens, you might choose to simply render a filled rectangle or nothing at all. This property specifies when nodes should be "greeked". Note, however, there is nothing in the piccolo framework that enforces the "greeking" of nodes. Nodes can choose to ignore this property. For an example of "greeking," see PText.

See Also

PUtil Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility