MinimalForwardAnimationTargetedFramesPerSecond Property  | 
  
    Namespace: 
   AGI.Foundation.Graphics.Advanced
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic abstract double TargetedFramesPerSecond { get; set; }Public MustOverride Property TargetedFramesPerSecond As Double
	Get
	Set
public:
virtual property double TargetedFramesPerSecond {
	double get () abstract;
	void set (double value) abstract;
}abstract TargetedFramesPerSecond : float with get, set
Property Value
Type: 
Double
See Also