FlightCard
Represents card control that is used to display FlightMessages.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
public class FlightCard : Control
Inheritance: objectFlightCard
Constructors
public FlightCard()
Fields
ActionResultsOrientationProperty
DependencyProperty
Identifies the ActionResultsOrientation dependency property.
public static readonly DependencyProperty ActionResultsOrientationProperty
FlightsProperty
DependencyProperty
Identifies the Flights dependency property.
public static readonly DependencyProperty FlightsProperty
ImageSourceProperty
DependencyProperty
Identifies the ImageSource dependency property.
public static readonly DependencyProperty ImageSourceProperty
PassengerNameProperty
DependencyProperty
Identifies the PassengerName dependency property.
public static readonly DependencyProperty PassengerNameProperty
TotalProperty
DependencyProperty
Identifies the Total dependency property.
public static readonly DependencyProperty TotalProperty
Properties
ActionResultsOrientation
Orientation
Gets or sets the orientation of action results list.
public Orientation ActionResultsOrientation { get; set; }
Gets or sets a collection of the displayed flights.
public IList<FlightInfo> Flights { get; set; }
ImageSource
ImageSource
Gets or sets the flight image source.
public ImageSource ImageSource { get; set; }
Gets or sets the name of the passenger.
public string PassengerName { get; set; }
Methods
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer