Class OrientationChangeEventArgs
Specifies state information and event data associated with OrientationChangedEvent routed event.
Inheritance
System.Object
OrientationChangeEventArgs
Namespace: Syncfusion.Windows.Tools
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class OrientationChangeEventArgs : RoutedEventArgs
Constructors
OrientationChangeEventArgs(RoutedEvent)
Initializes a new instance of the OrientationChangeEventArgs class.
Declaration
public OrientationChangeEventArgs(RoutedEvent routedEvent)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.RoutedEvent | routedEvent | The routed event. |
Properties
To
Gets new orientation.
Declaration
public Orientation To { get; }
Property Value
Type | Description |
---|---|
System.Windows.Controls.Orientation | Type: System.Windows.Controls.Orientation |
See Also
System.Windows.Controls.Orientation