FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ShapeField Class / MarginTop Property

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