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