Represents the position of navigation buttons in the carousel.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum NavigationButtonsPosition
Fields
Navigation buttons are positioned at the bottom.
C#
Bottom = 3
Navigation buttons are positioned on the left side.
C#
Left = 0
Navigation buttons are positioned on the right side.
C#
Right = 1
Navigation buttons are positioned at the top.
C#
Top = 2