Table of Contents

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

DependencyProperty

ExtendWidthProperty

public static readonly DependencyProperty ExtendWidthProperty

Field Value

DependencyProperty

IntervalProperty

public static readonly DependencyProperty IntervalProperty

Field Value

DependencyProperty

IsCenterProperty

public static readonly DependencyProperty IsCenterProperty

Field Value

DependencyProperty

Properties

AutoRun

是否自动跳转

public bool AutoRun { get; set; }

Property Value

bool

ExtendWidth

public double ExtendWidth { get; set; }

Property Value

double

Interval

跳转时间间隔

public TimeSpan Interval { get; set; }

Property Value

TimeSpan

IsCenter

public bool IsCenter { get; set; }

Property Value

bool

PageIndex

页码

public int PageIndex { get; set; }

Property Value

int

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 NotifyCollectionChangedEventArgs

The 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 SizeChangedInfo

Details of the old and new size involved in the change.

UpdatePageButtons(int)

更新页按钮

public void UpdatePageButtons(int index = -1)

Parameters

index int