menu

WPF

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

    Show / Hide Table of Contents

    Class RotateParameter

    Represents a parametes to execute Rotate Command

    Inheritance
    System.Object
    RotateParameter
    Implements
    IRotate
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class RotateParameter : IRotate

    Constructors

    RotateParameter()

    Declaration
    public RotateParameter()

    Properties

    Angle

    Gets or sets a Angle used to rotate the selected node in specified angle.

    Declaration
    public double Angle { get; set; }
    Property Value
    Type
    System.Double

    RotationDirection

    Gets or sets a RotationDirection used to rotate the selected node.

    Declaration
    public RotationDirection RotationDirection { get; set; }
    Property Value
    Type
    RotationDirection

    Implements

    IRotate
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved