Table of Contents
SplitterWidth Property

Gets or sets the width or height of the splitter bar.

Syntax
 public Double SplitterWidth { get; set; }
Remarks

If Orientation is Horizontal, then this property specifies the width of the splitter bar. If Orientation is Vertical, then this property specifies the height of the splitter bar.

See Also