MindFusion.Wpf Pack Programmer's Guide
ReportOptions.CellPadding Property
See Also
 





Gets or sets the padding of the report cells, expressed in device independent pixels.

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

 Syntax

C#  Copy Code

public int CellPadding { get; set; }

Visual Basic  Copy Code

Public Property CellPadding As Integer

 Property Value

An integer value specifying the distance between the border of a report cell and its content. The default is 2.

 See Also

ReportOptions Members
ReportOptions Class
MindFusion.Scheduling.Reporting Namespace