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.18.0
Syntax
Property Value
Type: WaveFormMARKERDRAWTYPERemarks
| None | No markers will be drawn at all. |
| Line | The markers lines will be drawn. |
| Name | The name of the markers will be drawn. |
| NamePositionAlternate | When marker names are drawn, they are drawn in an alternate way (top, bottom, top, bottom, ...). |
| NamePositionTop | When marker names are drawn, they are drawn on top of the marker lines. |
| NamePositionBottom | When marker names are drawn, they are drawn on top of the marker lines. |
| NamePositionMiddle | When marker names are drawn, they are drawn in the middle of the marker lines. |
See Also