AnimatedChevronUpDownSmallVisualSource Clase

Definición

Representa una animación para un botón de contenido adicional que gira de arriba a abajo que se puede usar como origen de icono animado.

public ref class AnimatedChevronUpDownSmallVisualSource 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 AnimatedChevronUpDownSmallVisualSource 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 AnimatedChevronUpDownSmallVisualSource : IAnimatedVisualSource2
Public NotInheritable Class AnimatedChevronUpDownSmallVisualSource
Implements IAnimatedVisualSource2
Herencia
Object Platform::Object IInspectable AnimatedChevronUpDownSmallVisualSource
Atributos
Implementaciones

Comentarios

Esto se puede usar como origen de un objeto AnimatedIcon.

IAnimatedVisualSource2.Markers compatibles para AnimatedIcon.State:

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

Constructores

AnimatedChevronUpDownSmallVisualSource()

Inicializa una nueva instancia de la clase AnimatedChevronUpDownSmallVisualSource .

Propiedades

Markers

Proporciona una asignación de nombres de marcadores a posiciones de reproducción en el objeto visual animado para un AnimatedIcon.

Métodos

SetColorProperty(String, Color)

Establece el color del objeto visual animado para un AnimatedIcon.

TryCreateAnimatedVisual(Compositor, Object)

Intenta crear una instancia de un AnimatedChevronUpDownSmallVisualSource objeto para un AnimatedIcon.

Se aplica a

Consulte también