Click or drag to resize

OverlayDisplayCondition Property

Gets or sets the display condition that determines if the overlay should be rendered. Both this and Display must evaulate to true for the overlay to be rendered.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual DisplayCondition DisplayCondition { get; set; }

Property Value

Type: DisplayCondition
Remarks
When DisplayCondition is null, no display condition is evaluated before the overlay is rendered.
See Also