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.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PenX Pen { get; set; }
Property Value
PenX
The pen.
See Also