Gets or sets the number of twips per tick mark when the Units property is set to Custom.

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

Syntax

C#
[DefaultValueAttribute()]
public int CustomSpacing { get; set; }
Visual Basic
<DefaultValueAttribute()> _
Public Property CustomSpacing As Integer
	Get
	Set

Remarks

The default value for this property is 1440.

See Also