Class CarouselScrollButtonType
Defines the type of a Carousel
Inheritance
System.Object
CarouselScrollButtonType
Namespace: Telerik.Windows.Controls.Carousel
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public sealed class CarouselScrollButtonType : Enum
Fields
LineDown
Represents a LineDown button.
Declaration
public const CarouselScrollButtonType LineDown
Field Value
LineLeft
Represents a LineLeft button.
Declaration
public const CarouselScrollButtonType LineLeft
Field Value
LineRight
Represents a LineRight button.
Declaration
public const CarouselScrollButtonType LineRight
Field Value
LineUp
Represents a LineUp button.
Declaration
public const CarouselScrollButtonType LineUp
Field Value
PageDown
Represents a PageDown button.
Declaration
public const CarouselScrollButtonType PageDown
Field Value
PageLeft
Represents a PageLeft button.
Declaration
public const CarouselScrollButtonType PageLeft
Field Value
PageRight
Represents a PageRight button.
Declaration
public const CarouselScrollButtonType PageRight
Field Value
PageUp
Represents a PageUp button.
Declaration
public const CarouselScrollButtonType PageUp
Field Value
value__
Declaration
public int value__
Field Value
System.
|