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


In This Topic
    DrawingElementEventArgs Class Members
    In This Topic

    The following tables list the members exposed by DrawingElementEventArgs.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a DrawingElementEventArgs.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the coordinates, in logical pixels, of the element being rendered.  
    Public PropertyGets the Windows.UI.Xaml.Media.Transform used to convert coordinates between logical pixels and PDF page units (points).  
    Public PropertyGets a reference to the element being rendered.  
    Public PropertyGets or sets a value that determines whether the event handler has rendered the element.  
    Public PropertyGets a reference to the root of the element being rendered.  
    Top
    See Also