TdxAlertWindowOptionsBehavior.ScreenSnapBuffer Property
Specifies the proximity range (in pixels) within which screen edge sticking for an alert window is in effect.
Declaration
property ScreenSnapBuffer: Integer read; write; default dxAlertWindowDefaultScreenSnapBuffer;
Property Value
Type | Default |
---|---|
Integer | dxAlertWindowDefaultScreenSnapBuffer |
Remarks
If screen edge sticking is enabled via the ScreenSnap property and any part of an alert window is within the ScreenSnapBuffer range of a screen edge, the alert window automatically sticks to this screen edge.
The default value of the ScreenSnapBuffer property is specified by the dxAlertWindowDefaultScreenSnapBuffer global constant.
See Also