Share via


ScrollContentPresenter.MakeVisible(UIElement, Rect) メソッド

定義

ビジュアル オブジェクトの座標空間が表示されるまでコンテンツを強制的にスクロールします。

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

パラメーター

visual
UIElement

表示される UIElement

rectangle
Rect

表示される座標空間を識別する外接する四角形。

戻り値

スクロール後に表示される領域を表す Rect

適用対象