Click or drag to resize

PolylinePrimitiveColor Property

Gets or sets the primitive's color.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.2.423.0 (25.2.423.0)
Syntax
public override Color Color { get; set; }

Property Value

Type: Color
Exceptions
ExceptionCondition
InvalidOperationException Cannot access Color when the primitive was defined with per-position colors and translucency using a method such as Set(IEnumerableCartesian, IEnumerableColor). Each position has a color and translucency, therefore the primitive's Color is ignored.
Remarks
See Also