menu

UWP

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

    Show / Hide Table of Contents

    Class RotateParameter

    Represents a parametes to execute Rotate Command

    Inheritance
    System.Object
    RotateParameter
    Implements
    IRotate
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public class RotateParameter : Object, 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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved