FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / TextField Class / MarginLeft Property

In This Topic
    MarginLeft Property (TextField)
    In This Topic
    Gets or sets the spacing between the left edge of the field and its content, in twips.
    Syntax
    'Declaration
     
    Public Property MarginLeft As Double
    public double MarginLeft {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