Gets or sets top padding value.

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

Syntax

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

See Also