WaveformVisualizerShowPosition Property |
Gets or sets a value indicating whether the position indicator is displayed.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public bool ShowPosition { get; set; }
Public Property ShowPosition As Boolean
Get
Set
public:
property bool ShowPosition {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also