Click or drag to resize

MarkerBatchPrimitiveColor Property

Gets or sets the colors that affects every marker in the batch.

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 Color Color { get; set; }

Property Value

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