Class PathAnnotation
- Namespace
- Loehnert.Waveforms.Annotations
- Assembly
- Loehnert.Waveforms.dll
Represents a base class for a path annotation.
public abstract class PathAnnotation : IAnnotation
- Inheritance
-
PathAnnotation
- Implements
- Derived
- Inherited Members
Properties
Color
Gets or sets the color for the path.
public Color Color { get; set; }
Property Value
IsSolidLine
Gets or sets a value indicating whether the path line is solid. If false, it is a dashed line.
public bool IsSolidLine { get; set; }
Property Value
StrokeThickness
Gets or sets the stroke thickness.
public double StrokeThickness { get; set; }
Property Value
Waveform
Gets the the waveform where the annotation belongs to.
public IWaveform Waveform { get; }