MathKernelGraphicsWidth Property

Gets or sets the width, in pixels, for Wolfram Language graphics generated during a computation.

Definition

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

Property Value

Int32

Remarks

The default value, 0, uses the default size in the Wolfram Language.

See Also