KaxTabControlOrientation Property |
Gets or sets a value indicating the orientation of child tabs within the
KaxTabControl control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic TabControlOrientation Orientation { get; set; }
Public Property Orientation As TabControlOrientation
Get
Set
public:
property TabControlOrientation Orientation {
TabControlOrientation get ();
void set (TabControlOrientation value);
}
member Orientation : TabControlOrientation with get, set
Property Value
Type:
TabControlOrientation
One of the
TabControlOrientation values.
The default value is
HorizontalTopToBottom.
See Also