ShadowChromeRenderMode Enum
Spoecifies the render mode to use for a ShadowChrome.
public enum ShadowChromeRenderMode
Fields
Name | Description |
---|---|
Default | Use fast, pure WPF rendering to render the shadow without any shader effects. This option should only be used when the ShadowChrome's child is rectanglar. |
ShaderEffectsPreferred | Use slower, but better-looking shader effects to render the shadow.
On machines without graphics hardware acceleration, the |
ShaderEffectsRequired | Use slower, but better-looking shader effects to render the shadow.
This option should be used when the ShadowChrome's child is non-rectangular since the |