FrameCaptureFromFolderShuffle Property |
Gets or sets the shuffle mode.
If it is set to true the order of the pictures will be randomized
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool Shuffle { get; set; }
Public Property Shuffle As Boolean
Get
Set
public:
property bool Shuffle {
bool get ();
void set (bool value);
}
member Shuffle : bool with get, set
Property Value
Type:
BooleanSee Also