ConditionalTimeline.TargetProperty Property
Gets or sets a target property to which the animation is applied. This is a dependency property.
Namespace: DevExpress.Xpf.Core.ConditionalFormatting
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ConditionalTargetProperty TargetProperty { get; set; }
#Property Value
Type | Description |
---|---|
Conditional |
A Conditional |
Available values:
Name | Description |
---|---|
None | The animation is not applied to any property. |
Background | Animation is applied to the Background property. |
Foreground | The animation is applied to the Foreground property. |
Value |
The animation is applied to the Value |
Icon | The animation is applied to the Icon property. |
Icon |
The animation is applied to the Icon |
Font |
The animation is applied to the Font |
Font |
The animation is applied to the Font |
Font |
The animation is applied to the Font |
Font |
The animation is applied to the Font |
Font |
The animation is applied to the Font |
#Remarks
To specify the animation applied to the TargetProperty, use the ConditionalTimeline.Animation property.