Click or drag to resize

PenSimpleConditionalControllerPen Property

Gets or sets the pen (the current document of this controller). This property is intended for outside controllers to set the document when the controller is already created.

Namespace: Altaxo.Gui.Common.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PenX Pen { get; set; }

Property Value

PenX
The pen.
See Also