Class FlightCard
Inheritance
System.Object
FlightCard
Namespace: Telerik.UI.Xaml.Controls.ConversationalUI
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class FlightCard : Control
Constructors
FlightCard()
Declaration
public FlightCard()
Fields
ActionResultsOrientationProperty
Declaration
public static readonly DependencyProperty ActionResultsOrientationProperty
Field Value
Microsoft.
|
FlightsProperty
Declaration
public static readonly DependencyProperty FlightsProperty
Field Value
Microsoft.
|
ImageSourceProperty
Declaration
public static readonly DependencyProperty ImageSourceProperty
Field Value
Microsoft.
|
PassengerNameProperty
Declaration
public static readonly DependencyProperty PassengerNameProperty
Field Value
Microsoft.
|
TotalProperty
Declaration
public static readonly DependencyProperty TotalProperty
Field Value
Microsoft.
|
Properties
ActionResultsOrientation
Declaration
public Orientation ActionResultsOrientation { get; set; }
Property Value
Microsoft.
|
Flights
Declaration
public IList<FlightInfo> Flights { get; set; }
Property Value
System.
|
ImageSource
Declaration
public ImageSource ImageSource { get; set; }
Property Value
Microsoft.
|
PassengerName
Declaration
public string PassengerName { get; set; }
Property Value
System.
|
Total
Declaration
public string Total { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
UpdateVisualStates(Boolean)
Declaration
protected virtual void UpdateVisualStates(bool useTransitions)
Parameters
System.
|