ClassFlightCard
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
FlightCard()
Declaration
public FlightCard()
Fields
ActionResultsOrientationProperty
Identifies the ActionResultsOrientation dependency property.
Declaration
public static readonly DependencyProperty ActionResultsOrientationProperty
Field Value
DependencyProperty
FlightsProperty
Identifies the Flights dependency property.
Declaration
public static readonly DependencyProperty FlightsProperty
Field Value
DependencyProperty
ImageSourceProperty
Identifies the ImageSource dependency property.
Declaration
public static readonly DependencyProperty ImageSourceProperty
Field Value
DependencyProperty
PassengerNameProperty
Identifies the PassengerName dependency property.
Declaration
public static readonly DependencyProperty PassengerNameProperty
Field Value
DependencyProperty
TotalProperty
Identifies the Total dependency property.
Declaration
public static readonly DependencyProperty TotalProperty
Field Value
DependencyProperty
Properties
ActionResultsOrientation
Gets or sets the orientation of action results list.
Declaration
public Orientation ActionResultsOrientation { get; set; }
Property Value
Orientation
Flights
Gets or sets a collection of the displayed flights.
Declaration
[SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public IList<FlightInfo> Flights { get; set; }
Property Value
ImageSource
Gets or sets the flight image source.
Declaration
public ImageSource ImageSource { get; set; }
Property Value
ImageSource
PassengerName
Gets or sets the name of the passenger.
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e