Skip to main content
A newer version of this page is available. .

CombAnimationParameters.Inward Property

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

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v21.2.dll

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

Declaration

[DefaultValue(false)]
public bool Inward { get; set; }

Property Value

Type Default Description
Boolean false

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

Implements

See Also