RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1List Class / MarkerImage Property

In This Topic
    MarkerImage Property (C1List)
    In This Topic
    Gets or sets a System.Windows.Media.Imaging.BitmapSource used to draw the markers in the C1List. If this property is set, MarkerStyle is ignored.
    Syntax
    'Declaration
     
    
    Public Property MarkerImage As BitmapSource
    public BitmapSource MarkerImage {get; set;}
    See Also