Class Shuttle
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
SourceProperty
public static readonly DependencyProperty SourceProperty
Field Value
Properties
ColumnCount
public int ColumnCount { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
NextCommand
public ICommand NextCommand { get; }
Property Value
PreviousCommand
public ICommand PreviousCommand { get; }
Property Value
Source
public ObservableCollection<ShuttleItem> Source { get; set; }