메소드 | 설명 | |
---|---|---|
EnableBlur ( |
Enables Blur on Aero Glass.
|
|
EnableBlur ( |
Enables Blur on Aero Glass for a WPF window.
|
|
EnableGlass ( |
Enables Aero Glass on a WPF window, no exception thrown if OS does not support DWM.
|
|
ExcludeElementFromAeroGlass ( |
Excludes a UI element from the Aero Glass frame. cMany non-WPF rendered controls (i.e., the ExplorerBrowser control) will not render properly on top of an Aero Glass frame. |
|
ResetAeroGlass ( Margins margins, |
Resets the Aero Glass exclusion area.
|
|
ResetAeroGlass ( Margins margins, |
Resets the Aero Glass exclusion area.
|
메소드 | 설명 | |
---|---|---|
WndProc ( |
An application-defined function that processes messages sent to a window.
|
public static EnableBlur ( |
||
windowHandle | The windows handle to add the blur to. | |
region | The area to add the blur to. | |
리턴 | void |
public static EnableBlur ( |
||
window | The window object to add blur to. | |
region | The area to add the blur to. | |
리턴 | void |
public static EnableGlass ( |
||
window | The window to enable glass. | |
margins | Margins | The region to add glass. |
리턴 | void |
public static ExcludeElementFromAeroGlass ( |
||
element | The element to exclude. | |
window | The window the element resides in. | |
리턴 | void |
public static ResetAeroGlass ( Margins margins, |
||
margins | Margins | The margins. |
windowHandle | The window handle. | |
리턴 | void |
public static ResetAeroGlass ( Margins margins, |
||
margins | Margins | The margins. |
window | The window. | |
리턴 | void |