Message NoteHeight Property | MSG .NET Class Library |
Contains height of the note item.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public long NoteHeight { get; set; }
public long NoteHeight { get; set; }
Public Property NoteHeight As Long Get Set
Public Property NoteHeight As Long Get Set
Dim instance As Message Dim value As Long value = instance.NoteHeight instance.NoteHeight = value
Dim instance As Message Dim value As Long value = instance.NoteHeight instance.NoteHeight = value
/** @property */ public long get_NoteHeight() /** @property */ public void set_NoteHeight(long value)
/** @property */ public long get_NoteHeight() /** @property */ public void set_NoteHeight(long value)
function get NoteHeight () : long function set NoteHeight (value : long)
function get NoteHeight () : long function set NoteHeight (value : long)
function get_NoteHeight(); function set_NoteHeight(value);
function get_NoteHeight(); function set_NoteHeight(value);
Property Value
Type:
The height of the note.
See Also