Back to Devexpress

TileControl.ScrollButtonFadeAnimationTime Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-83820840.md

latest1.7 KB
Original Source

TileControl.ScrollButtonFadeAnimationTime Property

Gets or sets the time required to show/hide a TileControl‘s scroll buttons when they are hovered over/not hovered with the mouse.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(600)]
[DXCategory("Appearance")]
public int ScrollButtonFadeAnimationTime { get; set; }
vb
<DefaultValue(600)>
<DXCategory("Appearance")>
Public Property ScrollButtonFadeAnimationTime As Integer

Property Value

TypeDefaultDescription
Int32600

An Int32 value, specifying the tile control scroll buttons’ fade time (in milliseconds).

|

Remarks

Use the TileControl.ScrollMode property to enable scroll bars, scroll buttons or restrict any visual scrolling elements.

See Also

ScrollMode

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace