AttachedShadowBase.GetShadowClip(AttachedShadowElementContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the Windows.UI.Composition.CompositionClip for the shadow's Windows.UI.Composition.SpriteVisual
protected virtual Windows.UI.Composition.CompositionClip GetShadowClip(Microsoft.Toolkit.Uwp.UI.AttachedShadowElementContext context);
abstract member GetShadowClip : Microsoft.Toolkit.Uwp.UI.AttachedShadowElementContext -> Windows.UI.Composition.CompositionClip
override this.GetShadowClip : Microsoft.Toolkit.Uwp.UI.AttachedShadowElementContext -> Windows.UI.Composition.CompositionClip
Protected Overridable Function GetShadowClip (context As AttachedShadowElementContext) As CompositionClip
Parameters
- context
- AttachedShadowElementContext
Returns
A Windows.UI.Composition.CompositionClip for the extent of the shadowed area.