Gets of sets value indicated whether alignment must be imported.

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

Syntax

Visual Basic (Declaration)
Public Property Alignment As Boolean
C#
public bool Alignment { get; set; }
Visual C++
public:
property bool Alignment {
	bool get ();
	void set (bool value);
}
JavaScript
function get_alignment();
function set_alignment(value);

See Also