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.2.419.0 (24.2.419.0)
Syntax public virtual DisplayCondition DisplayCondition { get; set; }
Public Overridable Property DisplayCondition As DisplayCondition
Get
Set
public:
virtual property DisplayCondition^ DisplayCondition {
DisplayCondition^ get ();
void set (DisplayCondition^ value);
}
abstract DisplayCondition : DisplayCondition with get, set
override DisplayCondition : DisplayCondition with get, set
Property Value
Type:
DisplayConditionRemarks
When DisplayCondition is null, no display condition is
evaluated before the overlay is rendered.
See Also