DurationPathPrimitiveUpdatePolicy.Duration Property |
Gets or sets the maximum duration that a point will lie on the line.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Duration Duration { get; set; }
Public Property Duration As Duration
Get
Set
public:
property Duration Duration {
Duration get ();
void set (Duration value);
}
member Duration : Duration with get, set
Property Value
Type:
Duration
See Also