Click or drag to resize

ScreensaverAnimation Class

Enum representing the different types of screensaver animations used by `Datalogic Screensaver` application when when configured as the screensver manager.
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.ScreensaverAnimation

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ScreensaverAnimation : Enum

The ScreensaverAnimation type exposes the following members.

Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyPingPong
To be added.
Public propertyRepositioning
The screensaver will move to different positions on the screen.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyUndefined
Default value used when no specific animation is set.
Public propertyZigZag
To be added.
Top
Methods
NameDescription
Public methodFromInt
Retrieves the corresponding ScreensaverAnimation value, from a valid integer.
Public methodFromString
Retrieves the corresponding ScreensaverAnimation value, from a valid string.
Public methodToInt
Converts the ScreensaverAnimation enum to its integer representing value.
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
Enum representing the different types of screensaver animations used by `Datalogic Screensaver` application when when configured as the screensver manager.

This enum provides various animation styles that can be used for a screensaver.

[Android Documentation]

See Also