New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:sourceobject

The source.

orientationOrientation

The orientation.

routedEventRoutedEvent

The routed event.

Properties

Orientation

Orientation

Gets or sets the orientation.

C#
public Orientation Orientation { get; }
Property Value:

The orientation.