Property IsSplitHorizontal
IsSplitHorizontal
Gets or sets whether the control is split horizontally.
public virtual bool IsSplitHorizontal { get; set; }
Property Value
- bool
Returns true if the control is split horizontally, false otherwise.
Remarks
If control is already split, you can use this property to change the split mode (for example from vertical to horizontal).