EditBase.AllowAnimation Property
Specifies whether the editor’s floating label moves with a smooth animation effect.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public bool AllowAnimation { get; set; }
Property Value
Type | Description |
---|---|
Boolean | True, to enable animation; otherwise, false |
See Also