Skip to main content

ConditionalFormattingAnimationSettings Members

Contains the conditional formatting animation specific settings.

Constructors

Name Description
ConditionalFormattingAnimationSettings() Initializes a new instance of the ConditionalFormattingAnimationSettings class.

Fields

Name Description
AnimationTimelinesProperty static Identifies the AnimationSettingsBase.AnimationTimelines dependency property. Inherited from AnimationSettingsBase.
DurationProperty static Identifies the ConditionalFormattingAnimationSettings.Duration dependency property.
EasingModeProperty static Identifies the AnimationSettingsBase.EasingMode dependency property. Inherited from AnimationSettingsBase.

Properties

Name Description
AnimationTimelines Provides access to the animation settings timelines. This is a dependency property. Inherited from AnimationSettingsBase.
Duration Gets or sets the conditional formatting transition animation duration. This is a dependency property.
EasingMode Gets or sets the conditional formatting animation easing mode. This is a dependency property. Inherited from AnimationSettingsBase.
See Also