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

CombAnimationParameters.Vertical Property

Gets or sets whether the transition goes vertically.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v19.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, if the transition goes vertically; otherwise, false

Implements

See Also