[]
        
(Showing Draft Content)

C1.Win.C1SplitContainer.DrawSplitterEventArgs

DrawSplitterEventArgs Class

Provides data for the DrawSplitter event.

Inheritance
DrawSplitterEventArgs
Namespace: C1.Win.C1SplitContainer
Assembly: C1.Win.C1SplitContainer.4.8.dll
Syntax
public class DrawSplitterEventArgs : EventArgs

Constructors

Name Description
DrawSplitterEventArgs(Graphics, Rectangle, bool)

Initializes a new instance of a DrawSplitterEventArgs.

Properties

Name Description
Bounds

Gets the location and size of a rectangle in which to paint.

Graphics

Gets the Graphics used to paint the splitter.

Vertical

Gets a value that indicates whether the splitter is vertical (true) or horizontal (false).