BASS.NET API for the Un4seen BASS Audio Library

WaveFormDrawBeat Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets if and how beat position 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 WaveFormBEATDRAWTYPE DrawBeat { get; set; }

Property Value

Type: WaveFormBEATDRAWTYPE
Remarks

Beat Drawing Type: use one of the WaveFormBEATDRAWTYPE flags:
NoneNo beat positions will be drawn at all.
TopThe beat position lines will be drawn at the top of the WaveForm.
BottomThe beat position lines will be drawn at the bottom of the WaveForm.
MiddleThe beat position lines will be drawn in the middle of the WaveForm.
TopBottomThe beat position lines will be drawn at the top and bottom of the WaveForm.
See Also

Reference