Gets or sets a BitmapSource used to draw the markers in the C1List. If this property is set, MarkerStyle is ignored.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public BitmapSource MarkerImage { get; set; }
Visual Basic
Public Property MarkerImage As BitmapSource
	Get
	Set

See Also