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

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

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