EqualizerBand.Bandwidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the bandwidth for the equalizer band.
public:
property double Bandwidth { double get(); void set(double value); };
double Bandwidth();
void Bandwidth(double value);
public double Bandwidth { get; set; }
var double = equalizerBand.bandwidth;
equalizerBand.bandwidth = double;
Public Property Bandwidth As Double
Property Value
Double
double
A bandwidth value.