'DeclarationPublic ReadOnly Property UIElement As System.Windows.UIElement
'UsageDim instance As ShapeActionEventArgs Dim value As System.Windows.UIElement value = instance.UIElement
public System.Windows.UIElement UIElement {get;}
public read-only property UIElement: System.Windows.UIElement; 
            public function get UIElement : System.Windows.UIElement
            public: __property System.Windows.UIElement* get_UIElement();
            public: property System.Windows.UIElement^ UIElement { System.Windows.UIElement^ get(); }