ArticulationValue Property  | 
 
            Gets or sets the parameter defining the value of the transformation over time.
            
 
    Namespace: 
   AGI.Foundation.Platforms
    Assembly:
   AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic GraphicsParameter<double> Value { get; set; }Public Property Value As GraphicsParameter(Of Double)
	Get
	Set
public:
property GraphicsParameter<double>^ Value {
	GraphicsParameter<double>^ get ();
	void set (GraphicsParameter<double>^ value);
}member Value : GraphicsParameter<float> with get, set
Property Value
Type: 
GraphicsParameterDouble
See Also