ScrollContentPresenter.MakeVisible(UIElement, Rect) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Force le contenu à défiler jusqu’à ce que l’espace de coordonnées d’un objet visuel soit visible.
public:
virtual Rect MakeVisible(UIElement ^ visual, Rect rectangle) = MakeVisible;
Rect MakeVisible(UIElement const& visual, Rect const& rectangle);
public Rect MakeVisible(UIElement visual, Rect rectangle);
function makeVisible(visual, rectangle)
Public Function MakeVisible (visual As UIElement, rectangle As Rect) As Rect
Paramètres
- rectangle
- Rect
Rectangle englobant qui identifie l’espace de coordonnées à rendre visible.
Retours
Rect qui représente la région visible après le défilement.