Array of values which are important for the animation (size depends on the animation type)
Namespace: Vis2NodeTrixAssembly: Vis2NodeTrix (in Vis2NodeTrix.exe) Version: 1.0.0.0 (1.0.0.0)
Public Property Values As Double()
Get
Friend Set
Public Property Values As Double()
Get
Friend Set
public double[] Values { get; internal set; }
public double[] Values { get; internal set; }
public:
property array<double>^ Values {
array<double>^ get ();
internal: void set (array<double>^ value);
}
public:
property array<double>^ Values {
array<double>^ get ();
internal: void set (array<double>^ value);
}