AnimatedIconSource 类

定义

表示一个可共享对象,该对象用于创建一个图标,该图标显示和控制可对用户交互和视觉状态更改进行动画处理的视觉对象。

/// [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 AnimatedIconSource : IconSource
[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 class AnimatedIconSource : IconSource
Public Class AnimatedIconSource
Inherits IconSource
继承
Object IInspectable DependencyObject IconSource AnimatedIconSource
属性

示例

提示

有关详细信息、设计指南和代码示例,请参阅 动画图标

WinUI 3 库应用包括大多数 WinUI 3 控件、特性和功能的交互式示例。 通过 Microsoft Store 获取应用,或在 GitHub 上获取源代码。

注解

注意

AnimatedIconSource 类似于 AnimatedIcon。 但是,由于它不是 FrameworkElement,因此可以共享它。

不要直接在 上 AnimatedIconSource设置状态。 相反,请在 的AnimatedIconSource上级元素上设置 AnimatedIcon.State 附加属性。

构造函数

AnimatedIconSource()

初始化 AnimatedIconSource 类的新实例。

属性

Dispatcher

始终在Windows 应用 SDK应用中返回 null 。 请改用 DispatcherQueue

(继承自 DependencyObject)
DispatcherQueue

获取 DispatcherQueue 与此 对象关联的 。 DispatcherQueue表示可以访问 DependencyObject UI 线程上的 的功能,即使代码是由非 UI 线程启动的。

(继承自 DependencyObject)
FallbackIconSource

获取或设置动画图标无法运行时要使用的静态图标。

FallbackIconSourceProperty

标识 FallbackIconSource 依赖属性。

Foreground

获取或设置绘制控件的前景色的画笔。

(继承自 IconSource)
MirroredWhenRightToLeft

获取或设置一个值,该值指示 当 FlowDirectionRightToLeft 时图标是否镜像。

MirroredWhenRightToLeftProperty

标识 MirroredWhenRightToLeft 依赖属性。

Source

获取或设置 对象显示的 AnimatedIconSource 动画视觉对象。

SourceProperty

标识 Source 依赖属性。

方法

ClearValue(DependencyProperty)

清除依赖属性的本地值。

(继承自 DependencyObject)
CreateIconElement()

创建图标 UI 元素。

(继承自 IconSource)
CreateIconElementCore()

创建图标 UI 元素。

(继承自 IconSource)
GetAnimationBaseValue(DependencyProperty)

返回为依赖属性建立的任何基值,该基值适用于动画未处于活动状态的情况。

(继承自 DependencyObject)
GetIconElementPropertyCore(DependencyProperty)

IconSource 属性映射到 IconElementProperties。

(继承自 IconSource)
GetValue(DependencyProperty)

DependencyObject 返回依赖属性的当前有效值。

(继承自 DependencyObject)
ReadLocalValue(DependencyProperty)

如果设置了本地值,则返回依赖属性的本地值。

(继承自 DependencyObject)
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback)

注册一个通知函数,用于侦听此 DependencyObject 实例上特定 DependencyProperty 的更改。

(继承自 DependencyObject)
SetValue(DependencyProperty, Object)

设置 DependencyObject 上依赖属性的本地值。

(继承自 DependencyObject)
UnregisterPropertyChangedCallback(DependencyProperty, Int64)

取消以前通过调用 RegisterPropertyChangedCallback 注册的更改通知。

(继承自 DependencyObject)

适用于

另请参阅