Sets all paddings.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public float All { set; }
Public WriteOnly Property All As Single
	Set
public:
property float All {
	void set (float value);
}
member All : float32 with set

Property Value

Single

See Also