Xceed Toolkit Plus for WPF v4.6 Documentation
SetScreenDetectionArea Method


Xceed.Wpf.AvalonDock Assembly > Xceed.Wpf.AvalonDock.Controls Namespace > OverlayArea Class : SetScreenDetectionArea Method
The Rect to use.
Sets the screen detection area for the overlay.
Syntax
'Declaration
 
Protected Sub SetScreenDetectionArea( _
   ByVal rect As Rect _
) 
'Usage
 
Dim instance As OverlayArea
Dim rect As Rect
 
instance.SetScreenDetectionArea(rect)
protected void SetScreenDetectionArea( 
   Rect rect
)

Parameters

rect
The Rect to use.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OverlayArea Class
OverlayArea Members