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)
Syntaxpublic override Color Color { get; set; }Public Overrides Property Color As Color
Get
Set
public:
virtual property Color Color {
Color get () override;
void set (Color value) override;
}abstract Color : Color with get, set
override Color : Color with get, set
Property Value
Type:
Color
Exceptions| Exception | Condition |
|---|
| 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