MathPictureBoxUseFrontEnd Property
Specifies whether to use the services of the Wolfram notebook front end in rendering the image to display.
Namespace: Wolfram.NETLink.UIAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public bool UseFrontEnd { get; set; }
Public Property UseFrontEnd As Boolean
Get
Set
public:
property bool UseFrontEnd {
bool get ();
void set (bool value);
}
member UseFrontEnd : bool with get, set
Property Value
Boolean
This property is deprecated, as .NET/Link now always uses the front end for rendering.