Gets or sets the content function that allows to customize the text content of the LineMarker.
Syntax
'Declaration
<JsonConverterAttribute(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)>
Public Property Content As String
[JsonConverter(ConverterType=C1.JsonNet.Converters.FunctionConverter, ConverterParameters=)]
public string Content {get; set;}
See Also