StackPanel.MakeVisible(Visual, Rect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scrolls to the specified coordinates and makes that part of a Visual 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
Returns
A Rect in the coordinate space that is made visible.
Implements
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.