ActiveReports Developer 7
Padding Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class : Padding Property

Glossary Item Box

Gets or sets the amount of padding to use around the text inside a control.

Syntax

Visual Basic (Declaration) 
Public Property Padding As PaddingEx
C# 
public PaddingEx Padding {get; set;}

See Also