ConditionallyIndependentlyAnimatableAttribute Class

Definition

Not intended for general use. See also IndependentlyAnimatableAttribute.

public ref class ConditionallyIndependentlyAnimatableAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Property)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class ConditionallyIndependentlyAnimatableAttribute final : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Property)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.AttributeName("conditionallyindependentlyanimatable")]
class ConditionallyIndependentlyAnimatableAttribute final : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Property)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class ConditionallyIndependentlyAnimatableAttribute : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.Property)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.AttributeName("conditionallyindependentlyanimatable")]
public sealed class ConditionallyIndependentlyAnimatableAttribute : Attribute
Public NotInheritable Class ConditionallyIndependentlyAnimatableAttribute
Inherits Attribute
Inheritance
ConditionallyIndependentlyAnimatableAttribute
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Constructors

ConditionallyIndependentlyAnimatableAttribute()

Initializes a new instance of the ConditionallyIndependentlyAnimatableAttribute class.

Applies to

See also