Table of Contents

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

Color

Stroke

Gets or sets the stroke color. Default is Black.

public Color Stroke { get; set; }

Property Value

Color

Waveform

Gets or sets the waveform the annotation is belonging to.

public IWaveform Waveform { get; set; }

Property Value

IWaveform