| 
PageSetup
DefaultTabWidth Property
  | 
 Gets or sets the length of the auto tab.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public float DefaultTabWidth { get; set; }
 
Public Property DefaultTabWidth As Single
	Get
	Set
 
public:
property float DefaultTabWidth {
	float get ();
	void set (float value);
}
 
member DefaultTabWidth : float32 with get, set
 
 
 
Property Value
 
 Type:
 
Single
 
 The length of the auto tab.
 
 See Also
See Also