Back to Devexpress

ConditionalTargetProperty Enum

wpf-devexpress-dot-xpf-dot-core-dot-conditionalformatting-81e3fdfd.md

latest2.1 KB
Original Source

ConditionalTargetProperty Enum

Lists values that specify properties to which the animation effect is applied.

Namespace : DevExpress.Xpf.Core.ConditionalFormatting

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum ConditionalTargetProperty
vb
Public Enum ConditionalTargetProperty

Members

NameDescription
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.

| | ValuePosition |

The animation is applied to the ValuePosition property.

| | Icon |

The animation is applied to the Icon property.

| | IconOpacity |

The animation is applied to the IconOpacity property.

| | FontSize |

The animation is applied to the FontSize property.

| | FontStyle |

The animation is applied to the FontStyle property.

| | FontFamily |

The animation is applied to the FontFamily property.

| | FontStretch |

The animation is applied to the FontStretch property.

| | FontWeight |

The animation is applied to the FontWeight property.

|

The following properties accept/return ConditionalTargetProperty values:

Remarks

The values listed by this enumeration are used to set the ConditionalTimeline.TargetProperty property.

See Also

DevExpress.Xpf.Core.ConditionalFormatting Namespace