BASS.NET API for the Un4seen BASS Audio Library

WaveFormDrawMarker Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets if and how markers should be drawn in the WaveForm (Default = None).

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public WaveFormMARKERDRAWTYPE DrawMarker { get; set; }

Property Value

Type: WaveFormMARKERDRAWTYPE
Remarks

Marker Drawing Type: use any combination of the WaveFormMARKERDRAWTYPE flags:
NoneNo markers will be drawn at all.
LineThe markers lines will be drawn.
NameThe name of the markers will be drawn.
NamePositionAlternateWhen marker names are drawn, they are drawn in an alternate way (top, bottom, top, bottom, ...).
NamePositionTopWhen marker names are drawn, they are drawn on top of the marker lines.
NamePositionBottomWhen marker names are drawn, they are drawn on top of the marker lines.
NamePositionMiddleWhen marker names are drawn, they are drawn in the middle of the marker lines.
See Also

Reference