Click or drag to resize

FourPointPeakEvaluationToolMouseHandlerOptions Class

Options for the peak evaluation tool mouse handler.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.SignalsFourPointPeakEvaluationToolMouseHandlerOptions

Namespace: Altaxo.Science.Signals
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class FourPointPeakEvaluationToolMouseHandlerOptions : IImmutable, 
	IEquatable<FourPointPeakEvaluationToolMouseHandlerOptions>

The FourPointPeakEvaluationToolMouseHandlerOptions type exposes the following members.

Constructors
 NameDescription
Public methodFourPointPeakEvaluationToolMouseHandlerOptionsInitializes a new instance of the FourPointPeakEvaluationToolMouseHandlerOptions class
Top
Properties
 NameDescription
Public propertyAreaBrush Gets the brush that is used for filling the highlighted area.
Public propertyLinePen Gets the pen that is used for drawing the lines.
Public propertyShowOptionsWhenToolIsActivated If true, the options dialog is shown when the four-point peak evaluation tool is activated.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also