Click or drag to resize

AxesPrimitiveDisplayCondition 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.1.418.0 (24.1.418.0)
Syntax
public override DisplayCondition DisplayCondition { get; set; }

Property Value

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