RibbonGalleryCategoriesPanel.MakeVisible(Visual, Rect) Method

Definition

Forces content to scroll until the coordinate space of a Visual object is visible.

public:
 virtual System::Windows::Rect MakeVisible(System::Windows::Media::Visual ^ visual, System::Windows::Rect rectangle);
public System.Windows.Rect MakeVisible (System.Windows.Media.Visual visual, System.Windows.Rect rectangle);
abstract member MakeVisible : System.Windows.Media.Visual * System.Windows.Rect -> System.Windows.Rect
override this.MakeVisible : System.Windows.Media.Visual * System.Windows.Rect -> System.Windows.Rect
Public Function MakeVisible (visual As Visual, rectangle As Rect) As Rect

Parameters

visual
Visual

The object to make visible.

rectangle
Rect

A bounding rectangle that identifies the coordinate space to be made visible.

Returns

The rectangle that is visible.

Implements

Applies to