FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / CheckBoxField Class / Bounds Property

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