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