ReverbEffectDefinition.PositionMatrixLeft 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 matrix position left included in the reverberation effect definition.
public:
property byte PositionMatrixLeft { byte get(); void set(byte value); };
byte PositionMatrixLeft();
void PositionMatrixLeft(byte value);
public byte PositionMatrixLeft { get; set; }
var byte = reverbEffectDefinition.positionMatrixLeft;
reverbEffectDefinition.positionMatrixLeft = byte;
Public Property PositionMatrixLeft As Byte
Property Value
Byte
byte
The matrix position left value.