Click or drag to resize
uLiveWallpaper
LiveWallpaperWallpaperOffsetDataOffsetStep Property
Normalized offset step. Values range from 0 to 1.

Namespace:  LostPolygon.uLiveWallpaper
Syntax
C#
public Vector2 OffsetStep { get; }

Property Value

Type: Vector2
Examples
OffsetStep.x being equals 0.25 indicates that launcher has 5 screens (i.e. OffsetStep.x = 0, 0.25, 0.5, 0.75, 1.0).
See Also