Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.69 KB

animatedacceptvisualsource.md

File metadata and controls

48 lines (37 loc) · 1.69 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.AnimatedVisuals.AnimatedAcceptVisualSource
winrt class

Microsoft.UI.Xaml.Controls.AnimatedVisuals.AnimatedAcceptVisualSource

-description

Represents an animation for a check mark that can be used as an animated icon source.

-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