bool UseFrontEnd { get; set; }Property UseFrontEnd As Boolean
Get
Setproperty bool UseFrontEnd {
bool get ();
void set (bool value);
}abstract UseFrontEnd : bool with get, setWith this property set to true, the front end will typically launch in a special "server" mode the first time a graphic is created. This server instance of the front end has no user interface. It cannot be brought to the foreground and used like a normal instance.
The default value is true.