ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / DrawingElementEventArgs Class / Bounds Property

In This Topic
    Bounds Property
    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