Search
ReportOptions.ColumnSpacing Property
See Also
 





Gets or sets the spacing between adjacent columns, expressed in device independent pixels.

Namespace: MindFusion.Scheduling.Reporting
Assembly: MindFusion.Scheduling.Wpf.Reporting

 Syntax

C#  Copy Code

public int ColumnSpacing { get; set; }

Visual Basic  Copy Code

Public Property ColumnSpacing As Integer

 Property Value

An integer value specifying the distance between report columns. The default is 0.

 See Also