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: 24.1.418.0 (24.1.418.0)
Syntax
public PathPrimitiveRemoveLocation RemoveLocation { get; set; }

Property Value

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