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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.