ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / Field Class / MarginBottom Property

In This Topic
    MarginBottom Property (Field)
    In This Topic
    Gets or sets the spacing between the bottom edge of the field and its content, in twips.
    Syntax
    'Declaration
     
    Public Property MarginBottom As System.Double
    public System.double MarginBottom {get; set;}
    Remarks
    This property is useful for rendering fields with borders or solid backgrounds, to add some space between the borders and the field content.
    See Also