Gets or sets the margin size for the top edge.

Namespace:  Neodynamic.SDK.Printing
Assembly:  Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)

Syntax

C#
public double Top { get; set; }
Visual Basic (Declaration)
Public Property Top As Double
Visual C++
public:
property double Top {
	double get ();
	void set (double value);
}

See Also