ActiveReports 12
Padding Property (Viewer)

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : Padding Property
Gets or sets the padding inside a control.
Syntax
'Declaration
 
Public Property Padding As Thickness
public Thickness Padding {get; set;}

Property Value

The amount of space between the content of a System.Windows.Controls.Control and its System.Windows.FrameworkElement.Margin or System.Windows.Controls.Border. The default is a thickness of 0 on all four sides.
See Also

Reference

Viewer Class
Viewer Members