SuspendAnimations Property (FpSpread)
In This Topic
Gets or sets whether to suspend animations such as an animated focus renderer.
Syntax
'Declaration
Public Property SuspendAnimations As Boolean
'Usage
Dim instance As FpSpread
Dim value As Boolean
instance.SuspendAnimations = value
value = instance.SuspendAnimations
public bool SuspendAnimations {get; set;}
See Also