RequestBringIntoViewEventArgs.TargetRect Property
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.
Gets the rectangular region in the object's coordinate space which should be made visible.
public:
property System::Windows::Rect TargetRect { System::Windows::Rect get(); };
public System.Windows.Rect TargetRect { get; }
member this.TargetRect : System.Windows.Rect
Public ReadOnly Property TargetRect As Rect
Property Value
The requested rectangular space.
Remarks
If the signature of BringIntoView that was invoked to raise the event didn't specify a target rectangle, this property may be the Empty value of the Rect structure.
Applies to
See also
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.