MathPictureBoxUseFrontEnd Property

Specifies whether to use the services of the Wolfram notebook front end in rendering the image to display.

Definition

Namespace: Wolfram.NETLink.UI
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public bool UseFrontEnd { get; set; }

Property Value

Boolean

Remarks

This property is deprecated, as .NET/Link now always uses the front end for rendering.

See Also