IndependentlyAnimatableAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
不适用于一般用途。 Microsoft Visual Studio 等设计工具使用此属性。 Microsoft Visual Studio 解释 属性,并告知应用开发人员动画-属性组合在性能和限制方面的工作方式。
public ref class IndependentlyAnimatableAttribute sealed : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Property)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public sealed class IndependentlyAnimatableAttribute : Attribute
Public NotInheritable Class IndependentlyAnimatableAttribute
Inherits Attribute
- 继承
-
IndependentlyAnimatableAttribute
- 属性
注解
默认情况下,可以启用或禁用属性的动画。 哪种情况由动画本身的类型 (及其子属性) 以及要进行动画处理的特定属性决定。 核心Windows 运行时依赖属性使用描述属性是否可独立进行动画处理的元数据进行批注。 此信息也由 Microsoft Visual Studio 等设计工具报告,以便为应用开发人员提供有关给定动画如何工作以及是否允许其运行的信息。
ConditionallyIndependentlyAnimatableAttribute 应用于子属性动画类型,这些子属性动画类型可以独立进行动画处理,具体取决于动画类型所应用到的属性。 相比之下,IndependentlyAnimatableAttribute 应用于那些真正可独立创建动画的特定属性。
构造函数
IndependentlyAnimatableAttribute() |
初始化 FadeOutThemeAnimation 类的新实例。 |