Table of Contents

Class PanelBase

Namespace
HeBianGu.Control.Panel
Assembly
HeBianGu.Control.Panel.dll
public abstract class PanelBase : Panel, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
PanelBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

PanelBase()

public PanelBase()

Fields

DisplayCountProperty

public static readonly DependencyProperty DisplayCountProperty

Field Value

DependencyProperty

StartIndexProperty

public static readonly DependencyProperty StartIndexProperty

Field Value

DependencyProperty

Properties

DisplayCount

public int DisplayCount { get; set; }

Property Value

int

StartIndex

public int StartIndex { get; set; }

Property Value

int

Methods

GetChildren()

protected List<UIElement> GetChildren()

Returns

List<UIElement>

Next()

protected virtual void Next()

Previous()

protected virtual void Previous()