Partager via


AnimatedChevronRightDownSmallVisualSource Classe

Définition

Représente une animation pour un chevron qui pivote de droite vers le bas et qui peut être utilisée comme source d’icône animée.

public ref class AnimatedChevronRightDownSmallVisualSource sealed : IAnimatedVisualSource2
/// [Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.XamlContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AnimatedChevronRightDownSmallVisualSource final : IAnimatedVisualSource2
[Windows.Foundation.Metadata.Activatable(65536, "Microsoft.UI.Xaml.XamlContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AnimatedChevronRightDownSmallVisualSource : IAnimatedVisualSource2
Public NotInheritable Class AnimatedChevronRightDownSmallVisualSource
Implements IAnimatedVisualSource2
Héritage
Object Platform::Object IInspectable AnimatedChevronRightDownSmallVisualSource
Attributs
Implémente

Remarques

Il peut être utilisé comme source d’un AnimatedIcon. Il est utilisé par le contrôle TreeView .

Pris en charge IAnimatedVisualSource2.Markers pour AnimatedIcon.State :

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

Constructeurs

AnimatedChevronRightDownSmallVisualSource()

Initialise une nouvelle instance de la classe AnimatedChevronRightDownSmallVisualSource.

Propriétés

Markers

Fournit un mappage des noms de marqueurs aux positions de lecture dans le visuel animé pour un AnimatedIcon.

Méthodes

SetColorProperty(String, Color)

Définit la couleur du visuel animé pour un AnimatedIcon.

TryCreateAnimatedVisual(Compositor, Object)

Tente de créer une instance d’un AnimatedChevronRightDownSmallVisualSource objet pour un AnimatedIcon.

S’applique à

Voir aussi