UIElement.GetVisualInternal Method

Definition

Retrieves the Visual that the element resolves to.

public:
 virtual Visual ^ GetVisualInternal() = GetVisualInternal;
Visual GetVisualInternal();
public Visual GetVisualInternal();
function getVisualInternal()
Public Function GetVisualInternal () As Visual

Returns

The Visual that the element resolves to.

Implements

Applies to