SlideViewElement |
Gets the main slide view element. |
Mappings |
Gets the mappings collection. They offer option to map properties from the TemplateElement to the data bound object. Mappings are used only in bounds mode. |
TemplateElement |
Gets or sets the template element that is responsible to display the content. |
NumberOfPages |
Gets or sets the number of pages. If BindingSource is set, this property returns the BindingSource.Count. |
SelectedIndex |
Gets or sets the index of the selected slide view item. |
ShowButtonsOverContent |
Gets or sets a boolean value indicating whether previous and next buttons will be shown over content or outside it. The default value is true, with which the buttons will be displayed over the content. |
BindingSource |
Gets or sets the data source. |
Orientation |
Gets or sets a value indicating how to orientate the navigation buttons - horizontally or vertically. |
AllowAnimation |
Gets or sets a value indicating whether to use animation when changing its state. |
AnimationInterval |
Gets or sets the animation interval. |
AnimationFrames |
Gets or sets the animation frames. |
AnimationType |
Gets or sets the type of the animation that is executed between the slides. |
AnimationEasingType |
Gets or sets the animation easing type. |
IsInfiniteScrollingEnabled |
Determines whether infinite scrolling from last to first slide view item and vice versa is enabled. |
ButtonsVisibility |
Determines whether and how to display the navigation buttons. |
AutoHideButtonsDelay |
Determines how long it takes to the navigation buttons to be hidden after the mouse leaves the control(in milliseconds). Used only when the uttonsVisibility is VisibleOnMouseOver. |