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