Skip to main content

TdxAlertWindowOptionsBehavior.ScreenSnap Property

Specifies whether dragging an alert window within the proximity of a screen edge automatically sticks the window to this screen edge.

Declaration

property ScreenSnap: Boolean read; write; default dxAlertWindowDefaultScreenSnap;

Property Value

Type Default
Boolean dxAlertWindowDefaultScreenSnap

Remarks

Screen edge sticking helps end-users easily arrange their alert windows and avoid cluttering the view. To enable screen edge sticking, set the ScreenSnap property to True. You can specify the effective proximity range via the ScreenSnapBuffer property.

The default value of the ScreenSnap property is specified by the dxAlertWindowDefaultScreenSnap global constant.

See Also