ReverbEffectDefinition.Density 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 density included in the reverberation effect definition.
public:
property double Density { double get(); void set(double value); };
double Density();
void Density(double value);
public double Density { get; set; }
var double = reverbEffectDefinition.density;
reverbEffectDefinition.density = double;
Public Property Density As Double
Property Value
Double
double
The density value.