Search
ReportOptions.RowSpacing Property
See Also
 





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

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

 Syntax

C#  Copy Code

public int RowSpacing { get; set; }

Visual Basic  Copy Code

Public Property RowSpacing As Integer

 Property Value

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

 See Also