FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ParagraphField Class / Bounds Property

In This Topic
    Bounds Property (ParagraphField)
    In This Topic
    Gets or sets bounds of this FieldBase object.
    Syntax
    'Declaration
     
    Public Property Bounds As C1.Win.Interop.Rect
    public C1.Win.Interop.Rect Bounds {get; set;}
    See Also