AttachedShadowBase.SetElementChildVisual(AttachedShadowElementContext) Method

Definition

Sets SpriteVisual as a child visual on Element

protected virtual void SetElementChildVisual (Microsoft.Toolkit.Uwp.UI.AttachedShadowElementContext context);
abstract member SetElementChildVisual : Microsoft.Toolkit.Uwp.UI.AttachedShadowElementContext -> unit
override this.SetElementChildVisual : Microsoft.Toolkit.Uwp.UI.AttachedShadowElementContext -> unit
Protected Overridable Sub SetElementChildVisual (context As AttachedShadowElementContext)

Parameters

context
AttachedShadowElementContext

The AttachedShadowElementContext this operaiton will be performed on.

Applies to