Overlay.Condition Property
Gets or sets a condition that determines whether the overlay is drawn or not.
Syntax
public Condition Condition { get; set; }
Property Value
Platforms
Windows, Linux, Android
Gets or sets a condition that determines whether the overlay is drawn or not.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public Condition Condition { get; set; }
Windows, Linux, Android
In this article
Gets or sets a condition that determines whether the overlay is drawn or not.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public:
ConditionPtr condition ( ) const;
void condition ( const ConditionPtr& value )
Windows, Linux, Android
In this article
Gets or sets a condition that determines whether the overlay is drawn or not.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
public final Condition getCondition ( );
public final void setCondition ( Condition value );
Windows, Linux, Android
In this article
Gets or sets a condition that determines whether the overlay is drawn or not.
If the containing object is part of a View, then you should only access this property from the GUI thread and modify it while also holding the global configuration lock using a Guard.
The Thread Access Verifier will enforce this rule when it is active and the object is part of a View.
More details about thread safety and the global configuration lock can be found in Threading Model, configuration.
condition
Windows, Linux, Android
In this article