Class ShapeAnnotation
- Namespace
- Loehnert.Waveforms.Annotations
- Assembly
- Loehnert.Waveforms.dll
Represents a base class for a shape annotation.
public abstract class ShapeAnnotation : IAnnotation
- Inheritance
-
ShapeAnnotation
- Implements
- Derived
- Inherited Members
Properties
Fill
Gets or sets the fill color. Default is Transparent.
public Color Fill { get; set; }
Property Value
Stroke
Gets or sets the stroke color. Default is Black.
public Color Stroke { get; set; }
Property Value
Waveform
Gets or sets the waveform the annotation is belonging to.
public IWaveform Waveform { get; set; }