Class WindowDragBehavior
Inherited Members
Namespace: Sdl.Desktop.Platform.Controls.Behaviours
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public static class WindowDragBehavior
Fields
LeftMouseButtonDrag
Declaration
public static readonly DependencyProperty LeftMouseButtonDrag
Field Value
| Type | Description |
|---|---|
| DependencyProperty |
Methods
GetLeftMouseButtonDrag(DependencyObject)
Declaration
public static Window GetLeftMouseButtonDrag(DependencyObject obj)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | obj |
Returns
| Type | Description |
|---|---|
| Window |
SetLeftMouseButtonDrag(DependencyObject, Window)
Declaration
public static void SetLeftMouseButtonDrag(DependencyObject obj, Window window)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | obj | |
| Window | window |