ScrollContentPresenter.MakeVisible(UIElement, Rect) Método

Definição

Força o conteúdo a rolar até que o espaço de coordenadas de um objeto visual esteja visível.

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

Parâmetros

visual
UIElement

Um UIElement que se torna visível.

rectangle
Rect

Um retângulo delimitador que identifica o espaço de coordenadas a tornar visível.

Retornos

Um Rect que representa a região visível após a rolagem.

Aplica-se a