Class PanelBase
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
StartIndexProperty
public static readonly DependencyProperty StartIndexProperty
Field Value
Properties
DisplayCount
public int DisplayCount { get; set; }
Property Value
StartIndex
public int StartIndex { get; set; }
Property Value
Methods
GetChildren()
protected List<UIElement> GetChildren()
Returns
Next()
protected virtual void Next()
Previous()
protected virtual void Previous()