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