Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Utils, 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