ReverbEffectDefinition.PositionRight Property

Definition

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.

Applies to