Gets the x-coordinate of the upper-left corner of the Splitter (in client coordinates).
[Visual Basic] Public Property SplitX As Integer [C#] public int SplitX {get; set;} [C++] public: __property int get_SplitX(); public: __property void set_SplitX(int); [JScript] public function get SplitX() : int; public function set SplitX(int);
The x-coordinate of the upper-left corner of the control.
You can use this property along with the SplitY property of this class to determine the position of the System.WinForms.Splitter.Splitter control when its Splitter event is raised.
SplitterEventArgs Class | SplitterEventArgs Members | System.WinForms Namespace