ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As ItemPreparedEventArgs
    Dim value As DependencyObject
     
    instance.Element = value
     
    value = instance.Element
    public DependencyObject Element {get; set;}
    public:
    property DependencyObject^ Element {
       DependencyObject^ get();
       void set (    DependencyObject^ value);
    }
    See Also