Gets or sets the diagonal type to be drawn on the cell.

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 CellDiagonal Diagonal { get; set; }
Visual Basic (Declaration)
Public Property Diagonal As CellDiagonal
Visual C++
public:
property CellDiagonal Diagonal {
	CellDiagonal get ();
	void set (CellDiagonal value);
}

See Also