AppWindowTitleBar.SetDragRectangles(RectInt32[]) Method
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.
Sets the drag regions for the window.
public:
virtual void SetDragRectangles(Platform::Array <RectInt32> ^ value) = SetDragRectangles;
void SetDragRectangles(winrt::array_view <RectInt32> const& value);
public void SetDragRectangles(RectInt32[] value);
function setDragRectangles(value)
Public Sub SetDragRectangles (value As RectInt32())
Parameters
- value
- RectInt32[]
An array of RectInt32
, where each rectangle must be within the client area of the window to which the title bar belongs.
Applies to
See also
Feedback
Submit and view feedback for