Copyright © 2006-2019 MultiMedia Soft

Spectrum.HasPeaks property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property HasPeaks As Boolean


 

[C#]

public bool HasPeaks {get; set;}


 

[C++]

public: __property bool get_HasPeaks();

public: __property void set_HasPeaks(bool);


 

 

Remarks

Determines if the embedded Spectrum visual feedback will display graphic "peaks" over the "bands".

asrecnet_i00003d

Supported values are the following:

Mnemonic value

Meaning

false

No peaks

true (default)

Visible peaks

 

 

See also

Spectrum class.

DisplaySpectrum property

How to use embedded Visual Feedbacks section.