| 
ListLevel
TextPosition Property
  | 
 Returns or sets left listlevel indent
 Namespace:
 Spire.Doc.Documents
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public float TextPosition { get; set; }
 
Public Property TextPosition As Single
	Get
	Set
 
public:
property float TextPosition {
	float get ();
	void set (float value);
}
 
member TextPosition : float32 with get, set
 
 
 
Property Value
 
 Type:
 
Single
 
 
 See Also
See Also