Share via


MidiPolyphonicKeyPressureMessage.Note Property

Definition

Gets the note which is specified as a value from 0-127.

public:
 property byte Note { byte get(); };
byte Note();
public byte Note { get; }
var byte = midiPolyphonicKeyPressureMessage.note;
Public ReadOnly Property Note As Byte

Property Value

Byte

byte

The note which is specified as a value from 0-127.

Applies to