Class OrientationChangedEventArgs
Namespace: Telerik.Windows.Controls.PanelBar
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class OrientationChangedEventArgs : RadRoutedEventArgs
Constructors
OrientationChangedEventArgs(Object, Orientation, RoutedEvent)
Initializes a new instance of the Orientation
Declaration
public OrientationChangedEventArgs(object source, Orientation orientation, RoutedEvent routedEvent)
Parameters
System. The source. |
System. The orientation. |
System. The routed event. |
Properties
Orientation
Gets or sets the orientation.
Declaration
public Orientation Orientation { get; }
Property Value
System. The orientation. |