SlidingDuration Property (C1DockControl)
In This Topic
Gets or sets the time it takes a sliding
C1DockTabControl to fully open or close.
Syntax
'Declaration
Public Property SlidingDuration As TimeSpan
public TimeSpan SlidingDuration {get; set;}
See Also