RequestBringIntoViewEventArgs.TargetRect Property

Definition

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