DashboardLayout for WinForms | ComponentOne
C1.Win.C1SplitContainer Namespace / C1SplitContainer Class / SplitterMovingColor Property

In This Topic
    SplitterMovingColor Property (C1SplitContainer)
    In This Topic
    Gets or sets the color of a splitter being moved by the user.
    Syntax
    'Declaration
     
    
    Public Property SplitterMovingColor As Color
    public Color SplitterMovingColor {get; set;}
    See Also