Message.NoteColor Property

Independentsoft MSG .NET

Message NoteColor Property MSG .NET Class Library
Contains background color of the note item.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public NoteColor NoteColor { get; set; }
public NoteColor NoteColor { get; set; }
Public Property NoteColor As NoteColor 
	Get 
	Set
Public Property NoteColor As NoteColor 
	Get 
	Set
Dim instance As Message 
Dim value As NoteColor 

value = instance.NoteColor

instance.NoteColor = value
Dim instance As Message 
Dim value As NoteColor 

value = instance.NoteColor

instance.NoteColor = value
/** @property */
public NoteColor get_NoteColor()
/** @property */
public void set_NoteColor(NoteColor value)
/** @property */
public NoteColor get_NoteColor()
/** @property */
public void set_NoteColor(NoteColor value)
function get NoteColor () : NoteColor 
function set NoteColor (value : NoteColor)
function get NoteColor () : NoteColor 
function set NoteColor (value : NoteColor)
function get_NoteColor();
function set_NoteColor(value);
function get_NoteColor();
function set_NoteColor(value);

Property Value

Type: NoteColor
The color of the note.
See Also