VectorPrimitiveDisplayCondition Property |
Gets or sets the display condition that determines if the primitive should be
rendered.
Both this and
Display must evaluate to
true for
the primitive 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 override DisplayCondition DisplayCondition { get; set; }
Public Overrides Property DisplayCondition As DisplayCondition
Get
Set
public:
virtual property DisplayCondition^ DisplayCondition {
DisplayCondition^ get () override;
void set (DisplayCondition^ value) override;
}
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 primitive is rendered.
See Also