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

In This Topic
    MarkerImage Property
    In This Topic
    Gets or sets a Windows.UI.Xaml.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