ISupportRotation
Interface
Represents an item that supports rotation.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public interface ISupportRotation
Derived Classes:
Properties
Gets the actual bounds.
C#
Rect ActualBounds { get; }
Gets or sets the rotation angle.
C#
double RotationAngle { get; set; }
The rotation angle.