Struct AnimationInfo
Describes the animation effects associated with user actions. This structure is used with the SystemParametersInfo function when the SPI_GETANIMATION or SPI_SETANIMATION action value is specified.
Namespace: Dapplo.Windows.User32.Structs
Assembly: Dapplo.Windows.User32.dll
Syntax
public struct AnimationInfo
Methods
| Improve this Doc View SourceCreate(Boolean)
Factory method to create AnimationInfo
Declaration
public static AnimationInfo Create(bool enableAnimations = true)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | enableAnimations |
Returns
Type | Description |
---|---|
AnimationInfo |