scrolltype - eisclimber/ExPresS-XR GitHub Wiki
Enum in ExPresSXR.Presentation.Pictures
Inherits from System.Enum
How automatic scrolling is performed.
public enum ScrollType
{
ConstantDuration,
ConstantSpeed,
PictureSnap
}| Name | Description |
|---|---|
| ConstantDuration | Scroll through the images in a constant duration picture data with different lengths. |
| ConstantSpeed | Scroll through the images with a constant speed. |
| PictureSnap | Snap between pictures displaying them a certain duration. |