VectorPrimitiveLength Property  | 
 
Gets or Sets the vector's source-to-arrow-tip length.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double Length { get; set; }Public Property Length As Double
	Get
	Set
public:
property double Length {
	double get ();
	void set (double value);
}member Length : float with get, set
Property Value
Type: 
Double
See Also