Back to Devexpress

Area2DUnwindAnimation.UnwindDirection Property

wpf-devexpress-dot-xpf-dot-charts-dot-area2dunwindanimation-f2ee6b82.md

latest1.7 KB
Original Source

Area2DUnwindAnimation.UnwindDirection Property

Specifies the direction of Area2DUnwindAnimation. This is a dependency property.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public UnwindDirection UnwindDirection { get; set; }
vb
Public Property UnwindDirection As UnwindDirection

Property Value

TypeDescription
UnwindDirection

An UnwindDirection enumeration value.

|

Available values:

NameDescription
LeftToRight

The Unwind animation is directed from the left to the right.

| | RightToLeft |

The Unwind animation is directed from the right to the left.

| | TopToBottom |

The Unwind animation is directed from the top to the bottom.

| | BottomToTop |

The Unwind animation is directed from the bottom to the top.

|

See Also

Animation

Area2DUnwindAnimation Class

Area2DUnwindAnimation Members

DevExpress.Xpf.Charts Namespace