Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.81 KB

animatedacceptvisualsource.md

File metadata and controls

46 lines (36 loc) · 1.81 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.AnimatedVisuals.AnimatedAcceptVisualSource
winrt class

Microsoft.UI.Xaml.Controls.AnimatedVisuals.AnimatedAcceptVisualSource

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-remarks

This can be used as the Source of an AnimatedIcon. It is used by the XAML CheckBox control.

Supported IAnimatedVisualSource2.Markers for AnimatedIcon.State:

  • NormalIndeterminate
  • NormalOffToNormalOn
  • NormalOffToPointerOverOff
  • NormalOffToPressedOff
  • NormalOnToNormalOff
  • NormalOnToPointerOverOn
  • NormalOnToPressedOn
  • PointerOverIndeterminate
  • PointerOverOffToNormalOff
  • PointerOverOffToPointerOverOn
  • PointerOverOffToPressedOff
  • PointerOverOnToNormalOn
  • PointerOverOnToPointerOverOff
  • PointerOverOnToPressedOn
  • PressedIndeterminate
  • PressedOffToNormalOn
  • PressedOffToPointerOverOn
  • PressedOffToPressedOn
  • PressedOnToNormalOff
  • PressedOnToPointerOverOff
  • PressedOnToPressedOff

-examples

-see-also

AnimatedVisualPlayer, VisualStateManager, Lottie-Windows, IAnimatedVisualSource2, Animated icons overview