FrameCaptureFromFolderShuffle Property |
Gets or sets the shuffle mode.
If it is set to true the order of the pictures will be randomized
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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:
Boolean
See Also