[]
Gets or sets the list marker.
public string Marker { get; set; }
Use quarters '' with a symbol or hexadecimal representation of the marker and use the html name of the marker without quotes.
item1.Marker = "disc"; item2.Marker = "'*'"; item3.Marker = "'\1F44D'";