menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class OrientationChangeEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved