ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Padding Structure / Size Property

In This Topic
    Size Property (Padding)
    In This Topic
    Gets the padding information for the control as a System.Drawing.Size structure.
    Syntax
    'Declaration
     
    Public ReadOnly Property Size As Size
    public Size Size {get;}

    Property Value

    A System.Drawing.Size structure.
    See Also