DistanceToPrimitiveDisplayCondition.Primitive Property |
Gets or sets the primitive associated with this instance.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Primitive Primitive { get; set; }
Public Property Primitive As Primitive
Get
Set
public:
property Primitive^ Primitive {
Primitive^ get ();
void set (Primitive^ value);
}
member Primitive : Primitive with get, set
Property Value
Type:
Primitive
See Also