Gets the name of the numeral, character, or bullet symbol for the list item as it appears in the formatting markup of the document.

Namespace: FirstFloor.Documents.DocumentStructures
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

C#
public string Marker { get; internal set; }
Visual Basic
Public Property Marker As String
	Get
	Friend Set
Visual C++
public:
property String^ Marker {
	String^ get ();
	internal: void set (String^ value);
}

Field Value

The marker.

See Also