Table of Contents

Class Shuttle

Namespace
HeBianGu.Control.Shuttle
Assembly
HeBianGu.Control.Shuttle.dll
public class Shuttle : ContentControl, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
Shuttle
Implements
Inherited Members
Extension Methods

Constructors

Shuttle()

public Shuttle()

Fields

ColumnCountProperty

public static readonly DependencyProperty ColumnCountProperty

Field Value

DependencyProperty

SourceProperty

public static readonly DependencyProperty SourceProperty

Field Value

DependencyProperty

Properties

ColumnCount

public int ColumnCount { get; set; }

Property Value

int

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

NextCommand

public ICommand NextCommand { get; }

Property Value

ICommand

PreviousCommand

public ICommand PreviousCommand { get; }

Property Value

ICommand

Source

public ObservableCollection<ShuttleItem> Source { get; set; }

Property Value

ObservableCollection<ShuttleItem>