ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockControl Class / SlidingDuration Property

In This Topic
    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