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