alexa

    Show / Hide Table of Contents

    Interface IRotate

    Represents the object is to be rotated.

    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.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
    Back to top Generated by DocFX