Skip to main content

ICombAnimationParameters.Inward Property

Gets or sets whether the animation goes towards the inside coming in from the outside.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

bool Inward { get; set; }

Property Value

Type Description
Boolean

true if the animation goes towards the inside coming in from the outside; otherwise, false.

See Also