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

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