Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.91 KB

animatedchevronrightdownsmallvisualsource.md

File metadata and controls

47 lines (35 loc) · 1.91 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.AnimatedVisuals.AnimatedChevronRightDownSmallVisualSource
winrt class

Microsoft.UI.Xaml.Controls.AnimatedVisuals.AnimatedChevronRightDownSmallVisualSource

-description

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

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 TreeView control.

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