Provides data for the OrientationChanged event of the PanelBar control.
Definition
Namespace:Telerik.Windows.Controls.PanelBar
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class OrientationChangedEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsOrientationChangedEventArgs
Constructors
Initializes a new instance of the OrientationChangedEventArgs class.
C#
public OrientationChangedEventArgs(object source, Orientation orientation, RoutedEvent routedEvent)
The source.
orientationOrientationThe orientation.
routedEventRoutedEventThe routed event.
Properties
Orientation
Orientation
Gets or sets the orientation.
C#
public Orientation Orientation { get; }
The orientation.