SiteMapRepeatDirection Enumeration |
Specifies the repeat direction of
KaxSiteMap columns.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum SiteMapRepeatDirection
Public Enumeration SiteMapRepeatDirection
public enum class SiteMapRepeatDirection
type SiteMapRepeatDirection
Members
| Member name | Value | Description |
---|
| Vertical | 0 |
Nodes are displayed vertically in columns from top to bottom,
and then left to right, until all nodes are rendered.
|
| Horizontal | 1 |
Nodes are displayed horizontally in rows from left to right,
then top to bottom, until all nodes are rendered.
|
See Also