Class CarouselScrollButtonType
Defines the type of a CarouselScrollButtonType.
Inheritance
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
CarouselScrollButtonType
|
LineLeft
Represents a LineLeft button.
Declaration
public const CarouselScrollButtonType LineLeft
Field Value
CarouselScrollButtonType
|
LineRight
Represents a LineRight button.
Declaration
public const CarouselScrollButtonType LineRight
Field Value
CarouselScrollButtonType
|
LineUp
Represents a LineUp button.
Declaration
public const CarouselScrollButtonType LineUp
Field Value
CarouselScrollButtonType
|
PageDown
Represents a PageDown button.
Declaration
public const CarouselScrollButtonType PageDown
Field Value
CarouselScrollButtonType
|
PageLeft
Represents a PageLeft button.
Declaration
public const CarouselScrollButtonType PageLeft
Field Value
CarouselScrollButtonType
|
PageRight
Represents a PageRight button.
Declaration
public const CarouselScrollButtonType PageRight
Field Value
CarouselScrollButtonType
|
PageUp
Represents a PageUp button.
Declaration
public const CarouselScrollButtonType PageUp
Field Value
CarouselScrollButtonType
|
value__
Declaration
public int value__
Field Value
System.Int32
|