FlexReport for WPF | ComponentOne
C1.WPF.Document Assembly / C1.WPF.Word Namespace / DrawingElementEventArgs Class / Bounds Property

In This Topic
    Bounds Property (DrawingElementEventArgs)
    In This Topic
    Gets the coordinates, in logical pixels, of the element being rendered.
    Syntax
    'Declaration
     
    Public ReadOnly Property Bounds As Rect
    public Rect Bounds {get;}
    See Also