menu

UWP

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

    Show / Hide Table of Contents

    Interface IRotate

    Represents the object is to be rotated.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public interface IRotate

    Properties

    Angle

    Gets or sets the object is to be rotated for which angle.

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

    RotationDirection

    Gets or sets the object is to be rotated clockwise or anti-clockwise

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

    Extension Methods

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