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