Property | Type | Description | |
---|---|---|---|
AdjustToMonitorProperty | |||
CenterOnSizedToContentProperty |
Method | Description | |
---|---|---|
GetAdjustToMonitor ( |
||
GetCenterOnSizedToContent ( |
||
GetMonitorFromPoint ( Point point, NotFoundOptions notFoundOptions ) : |
||
GetMonitorFromRect ( |
||
GetMonitorFromWindow ( |
||
GetMonitors ( ) : List |
||
SetAdjustToMonitor ( |
||
SetCenterOnSizedToContent ( |
Method | Description | |
---|---|---|
AdjustToMonitorChanged ( |
||
CenterOnSizedToContentChanged ( |
||
EnumDisplayMonitors ( |
||
GetJustChangedMonitor ( |
||
GetMonitorInfo ( |
||
GetMonitorInfo ( |
||
MonitorFromPoint ( POINT point, NotFoundOptions notFoundOptions ) : |
||
MonitorFromRect ( |
||
MonitorFromWindow ( |
||
SetJustChangedMonitor ( |
||
Window_LocationChanged ( object sender, |
||
Window_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void |
public static GetAdjustToMonitor ( |
||
obj | ||
return | bool |
public static GetCenterOnSizedToContent ( |
||
obj | ||
return | bool |
public static GetMonitorFromPoint ( Point point, NotFoundOptions notFoundOptions ) : |
||
point | Point | |
notFoundOptions | NotFoundOptions | |
return |
public static GetMonitorFromRect ( |
||
rect | ||
notFoundOptions | NotFoundOptions | |
return |
public static GetMonitorFromWindow ( |
||
windows | ||
notFoundOptions | NotFoundOptions | |
return |
public static SetAdjustToMonitor ( |
||
obj | ||
value | bool | |
return | void |
public static SetCenterOnSizedToContent ( |
||
obj | ||
value | bool | |
return | void |
public static DependencyProperty,System.Windows AdjustToMonitorProperty | ||
return |