Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Style Class / PaddingTop Property

In This Topic
    PaddingTop Property
    In This Topic
    Gets or sets the padding between the top edge of the object and its contents.

    Default: 0 pt. Max: 1000 pt.

    Syntax
    'Declaration
     
    Public Property PaddingTop As RdlSize
    public RdlSize PaddingTop {get; set;}
    See Also