IndependentlyAnimatableAttribute 클래스

정의

일반적인 용도로는 사용되지 않습니다. 이 특성은 Microsoft Visual Studio와 같은 디자인 도구에서 사용됩니다. Microsoft Visual Studio는 특성을 해석하고 앱 개발자에게 애니메이션 속성 조합이 성능 및 제한 사항까지 작동하는 방식을 알려줍니다.

public ref class IndependentlyAnimatableAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Property)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class IndependentlyAnimatableAttribute final : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Property)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.AttributeName("independentlyanimatable")]
class IndependentlyAnimatableAttribute final : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Property)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class IndependentlyAnimatableAttribute : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Property)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.AttributeName("independentlyanimatable")]
public sealed class IndependentlyAnimatableAttribute : Attribute
Public NotInheritable Class IndependentlyAnimatableAttribute
Inherits Attribute
상속
IndependentlyAnimatableAttribute
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

설명

속성 애니메이션은 기본적으로 사용하거나 사용하지 않도록 설정할 수 있습니다. 적용되는 사례는 애니메이션 자체의 형식(및 하위 속성)과 애니메이션 효과를 적용하는 특정 속성 모두에 따라 결정됩니다. 핵심 Windows 런타임 종속성 속성은 속성에 독립적으로 애니메이션 효과를 주는지 여부를 설명하는 메타데이터로 주석이 추가됩니다. 또한 이 정보는 앱 개발자에게 지정된 애니메이션의 작동 방식 및 실행이 허용되는지 여부에 대한 정보를 제공하기 위해 Microsoft Visual Studio와 같은 디자인 도구에서 보고합니다.

ConditionallyIndependentlyAnimatableAttribute 는 애니메이션 형식이 적용되는 속성에 따라 독립적으로 애니메이션 효과를 받을 수 있는 하위 속성 애니메이션 형식에 적용됩니다. 반면 IndependentlyAnimatableAttribute는 실제로 독립적으로 애니메이션 효과를 주는 특정 속성에 적용됩니다.

생성자

IndependentlyAnimatableAttribute()

FadeOutThemeAnimation 클래스의 새 instance 초기화합니다.

적용 대상

추가 정보