Class CarouselControl
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
[TemplatePart(Name = "PART_PanelPage", Type = typeof(Panel))]
[TemplatePart(Name = "PART_ItemsControl", Type = typeof(ItemsPresenter))]
public class CarouselControl : ListBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild
- Inheritance
-
CarouselControl
- Implements
- Inherited Members
- Extension Methods
Constructors
CarouselControl()
public CarouselControl()
Fields
AutoRunProperty
public static readonly DependencyProperty AutoRunProperty
Field Value
ExtendWidthProperty
public static readonly DependencyProperty ExtendWidthProperty
Field Value
IntervalProperty
public static readonly DependencyProperty IntervalProperty
Field Value
IsCenterProperty
public static readonly DependencyProperty IsCenterProperty
Field Value
Properties
AutoRun
是否自动跳转
public bool AutoRun { get; set; }
Property Value
ExtendWidth
public double ExtendWidth { get; set; }
Property Value
Interval
跳转时间间隔
public TimeSpan Interval { get; set; }
Property Value
IsCenter
public bool IsCenter { get; set; }
Property Value
PageIndex
页码
public int PageIndex { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()
OnItemsChanged(NotifyCollectionChangedEventArgs)
Updates the current selection when an item in the Selector has changed.
protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Parameters
e
NotifyCollectionChangedEventArgsThe event data.
OnRenderSizeChanged(SizeChangedInfo)
Raises the SizeChanged event, using the specified information as part of the eventual event data.
protected override void OnRenderSizeChanged(SizeChangedInfo sizeInfo)
Parameters
sizeInfo
SizeChangedInfoDetails of the old and new size involved in the change.
UpdatePageButtons(int)
更新页按钮
public void UpdatePageButtons(int index = -1)
Parameters
index
int