Gets or sets the grid units (Metric, English, Automatic, or Custom).

Namespace:  C1.Win.C1ReportDesigner
Assembly:  C1.Win.C1ReportDesigner.2 (in C1.Win.C1ReportDesigner.2.dll)

Syntax

C#
[DefaultValueAttribute(GridUnitsEnum.Auto)]
public GridUnitsEnum Units { get; set; }
Visual Basic
<DefaultValueAttribute(GridUnitsEnum.Auto)> _
Public Property Units As GridUnitsEnum
	Get
	Set

Remarks

The default value for this property is GridUnitsEnum.Auto.

See Also