Size of the indent.

Namespace:  Greatis.PrintSuite.Providers
Assembly:  Greatis.PrintSuite.Providers (in Greatis.PrintSuite.Providers.dll)

Syntax

Visual Basic (Declaration)
Public Property Size As Single
C#
public float Size { get; set; }
Visual C++
public:
property float Size {
	float get ();
	void set (float value);
}
JavaScript
function get_size();
function set_size(value);

See Also