Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / ItemPreparedEventArgs Class / Element Property

In This Topic
    Element Property
    In This Topic
    The element used to display the specified item.
    Syntax
    'Declaration
     
    
    Public Property Element As DependencyObject
    public DependencyObject Element {get; set;}
    See Also