UIElement Constructor

Definition

Initializes a new instance of the UIElement class.

public:
 UIElement();
public UIElement ();
Public Sub New ()

Remarks

Creating a new instance that is actually of type UIElement is uncommon in application code, because UIElement is a base element. See Base Elements Overview.

Applies to