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

In This Topic
    Element Property
    In This Topic
    Gets a reference to the element being rendered.
    Syntax
    'Declaration
     
    Public ReadOnly Property Element As FrameworkElement
    public FrameworkElement Element {get;}
    See Also