Click or drag to resize

DurationPathPrimitiveUpdatePolicyRemoveLocation Property

Gets or sets where the positions on the path are removed from.

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

Property Value

Type: PathPrimitiveRemoveLocation
Exceptions
ExceptionCondition
UnsupportedCaseExceptionRemoveLocation must be a valid enumeration value in PathPrimitiveRemoveLocation.
See Also