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

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