Click or drag to resize

DurationPathPrimitiveUpdatePolicy.RemoveLocation 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.1.421.0 (25.1.421.0)
Syntax
public PathPrimitiveRemoveLocation RemoveLocation { get; set; }

Property Value

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