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