ActiveReports Developer 7
Size Property
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports Namespace > PaddingEx Structure : Size Property

Glossary Item Box

Gets the padding information for the control as a System.Drawing.Size structure.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Size As Size
C# 
public Size Size {get;}

Property Value

A System.Drawing.Size structure.

See Also