Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.59 KB

animatedchevronupdownsmallvisualsource.md

File metadata and controls

45 lines (34 loc) · 1.59 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.AnimatedVisuals.AnimatedChevronUpDownSmallVisualSource
winrt class

Microsoft.UI.Xaml.Controls.AnimatedVisuals.AnimatedChevronUpDownSmallVisualSource

-description

Represents an animation for a chevron that rotates from up to down that can be used as an animated icon source.

-remarks

This can be used as the Source of an AnimatedIcon.

Supported IAnimatedVisualSource2.Markers for AnimatedIcon.State:

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

-examples

-see-also

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