Content Property
Content
Gets or sets the content function that allows to customize the text content of the LineMarker.
Declaration
[JsonConverter(typeof(FunctionConverter))]
public string Content { get; set; }
<JsonConverter(GetType(FunctionConverter))>
Public Property Content As String