public static bool DrawComponentsSequentially { get; set; }Public Shared Property DrawComponentsSequentially As Boolean
Get
Setpublic:
static property bool DrawComponentsSequentially {
bool get ();
void set (bool value);
}static member DrawComponentsSequentially : bool with get, set