Click or drag to resize

ZoomMouseToolPen Property

Gets or sets the pen to use for the zoom selection.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Pen Pen { get; set; }

Property Value

Type: Pen
The pen to use for the zoom selection.
Remarks
Setting this property to null (Nothing in VB) will cause a default (black 1-pixel dashed) pen to be used.
See Also