BASS.NET API for the Un4seen BASS Audio Library

WaveFormMARKERDRAWTYPE Enumeration

BASS.NET API for the Un4seen BASS Audio Library
Marker Drawing Type: Defines how markers should be drawn with the WaveForm - any combination of the following 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, ...) - default.
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.

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

public enum MARKERDRAWTYPE
Members

  Member nameValueDescription
None0 No markers will be drawn at all.
Line1 The markers lines will be drawn.
Name2 The name of the markers will be drawn.
NamePositionAlternate0 When marker names are drawn, they are drawn in an alternate way (top, bottom, top, bottom, ...) - default.
NamePositionTop4 When marker names are drawn, they are drawn on top of the marker lines.
NamePositionBottom8 When marker names are drawn, they are drawn on top of the marker lines.
NamePositionMiddle16 When marker names are drawn, they are drawn in the middle of the marker lines.
NameBoxFilled256 A box will be drawn around the marker name, filled with the ColorBackground color.
NameBoxFillInverted512 A box will be drawn around the marker name, filled with the ColorMarker color.
Remarks

Used in the DrawMarker property.
See Also

Reference