Specifies the desired frame rate (updates per second) for time-based animations (animations with a Duration). Specify zero to animate as smoothly as possible (using the available processing resources).
This property can be used to reduce the amount of processing resources needed for time-based animations (if the smoothest possible animation rate is not required).
Namespace: Ico.GwxAssembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public int DesiredFrameRate { get; set; } |
Visual Basic |
---|
Public Property DesiredFrameRate As Integer
Get
Set |
JScript |
---|
function get DesiredFrameRate () : int
function set DesiredFrameRate (value : int) |
See Also