Freigeben über


AnimatedChevronDownSmallVisualSource Klasse

Definition

Stellt eine Animation für einen nach unten gerichteten Chevron dar, der als animierte Symbolquelle verwendet werden kann.

public ref class AnimatedChevronDownSmallVisualSource 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 AnimatedChevronDownSmallVisualSource 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 AnimatedChevronDownSmallVisualSource : IAnimatedVisualSource2
Public NotInheritable Class AnimatedChevronDownSmallVisualSource
Implements IAnimatedVisualSource2
Vererbung
Object Platform::Object IInspectable AnimatedChevronDownSmallVisualSource
Attribute
Implementiert

Hinweise

Dies kann als Quelle eines AnimatedIconverwendet werden. Sie wird von den Steuerelementen DropDownButton und Expander verwendet.

Unterstützt IAnimatedVisualSource2.Markers für AnimatedIcon.State:

  • NormalToPointerOver
  • NormalToPressed
  • PointerOverToNormal
  • PointerOverToPressed
  • PressedToNormal
  • PressedToPointerOver

Konstruktoren

AnimatedChevronDownSmallVisualSource()

Initialisiert eine neue instance der AnimatedChevronDownSmallVisualSource-Klasse.

Eigenschaften

Markers

Stellt eine Zuordnung von Markernamen zu Wiedergabepositionen im animierten Visual für ein AnimatedIcon bereit.

Methoden

SetColorProperty(String, Color)

Legt die Farbe des animierten Visuals für ein AnimatedIcon fest.

TryCreateAnimatedVisual(Compositor, Object)

Versucht, eine instance eines AnimatedChevronDownSmallVisualSource Objekts für ein AnimatedIcon zu erstellen.

Gilt für:

Weitere Informationen