Property | Type | Description | |
---|---|---|---|
TaskbarLocationProperty |
Method | Description | |
---|---|---|
GetTaskbarLocation ( |
Gets the TaskbarLocation property. This dependency property indicates whether or not the escape key closes the window.
|
|
SetTaskbarLocation ( |
Sets the TaskbarLocation property. This dependency property indicates whether or not the escape key closes the window.
|
|
SetWindowPos ( this window, double offSetX = 60, double offSetY = 16 ) : void |
Method | Description | |
---|---|---|
OnTaskbarLocationChanged ( |
Handles changes to the TaskbarLocation property.
|
|
WindowOnLoaded ( object sender, |
public static GetTaskbarLocation ( |
||
d | ||
return | bool |
public static SetTaskbarLocation ( |
||
d | ||
value | bool | value of the property |
return | void |
public static SetWindowPos ( this window, double offSetX = 60, double offSetY = 16 ) : void | ||
window | this | |
offSetX | double | |
offSetY | double | |
return | void |