BASS.NET API for the Un4seen BASS Audio Library

WaveFormDrawVolume Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets if and how a volume curve 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 WaveFormVOLUMEDRAWTYPE DrawVolume { get; set; }

Property Value

Type: WaveFormVOLUMEDRAWTYPE
Remarks

Volume Curve Drawing Type: Defines how the volume curve should be drawn with the WaveForm:
NoneNo volume curve will be drawn at all.
SolidA solid volume curve will be drawn over the WaveForm.
DottedA dotted volume curve will be drawn over the WaveForm.
NoPointsAdd this flag to suppress drawing the volume point markers (eg. Solid | NoPoints).
See Also

Reference