ConditionalTimeline Members
A custom animation timeline that is used for the conditional formatting transition.Constructors
| Name | Description |
|---|---|
| ConditionalTimeline() | Initializes a new instance of the ConditionalTimeline class. |
Fields
| Name | Description |
|---|---|
| AnimationProperty static | Identifies the ConditionalTimeline.Animation dependency property. |
| TargetPropertyProperty static | Identifies the ConditionalTimeline.TargetProperty dependency property. |
Properties
| Name | Description |
|---|---|
| Animation | Gets or sets a custom animation timeline. This is a dependency property. |
| TargetProperty | Gets or sets a target property to which the animation is applied. This is a dependency property. |
See Also