UtilTweakingDragSize Property

Gets or sets the width and height, in pixels, of the rectangle used to detect the start of a drag operation.

Definition

Namespace: DevCase.Core.Windows.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Size DragSize { get; set; }

Property Value

Size
The width and height, in pixels, of the rectangle used to detect the start of a drag operation.

Exceptions

Win32Exception
ArgumentException Width should be greater than 0.;value
ArgumentException Height should be greater than 0.;value

See Also