Table of Contents

Property IsSplitVertical

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

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).