Class RotateParameter
Represents a parametes to execute Rotate Command
Inheritance
System.Object
RotateParameter
Implements
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.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 |