Editor for WinForms | ComponentOne
C1.Win.Editor.8 Assembly / C1.Win.Editor.Ribbon Namespace / ListMarkerItem Class / Marker Property

In This Topic
    Marker Property
    In This Topic
    Gets or sets the list marker.
    Syntax
    'Declaration
     
    Public Property Marker As System.String
    public System.string Marker {get; set;}
    Remarks
    Use quarters '' with a symbol or hexadecimal representation of the marker and use the html name of the marker without quotes.
    Example
    item1.Marker = "disc"; item2.Marker = "'*'"; item3.Marker = "'\1F44D'";
    See Also