Class OrientationChangedEventArgs
Inherited Members
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 OrientationChangedEventArgs class.
Declaration
public OrientationChangedEventArgs(object source, Orientation orientation, RoutedEvent routedEvent)
Parameters
System.Object
source
The source. |
System.Windows.Controls.Orientation
orientation
The orientation. |
RoutedEvent
routedEvent
The routed event. |
Properties
Orientation
Gets or sets the orientation.
Declaration
public Orientation Orientation { get; }
Property Value
System.Windows.Controls.Orientation
The orientation. |