Interface ISupportRotation
Represents an item that supports rotation.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public interface ISupportRotation
Properties
ActualBounds
RotationAngle
Gets or sets the rotation angle.
Declaration
double RotationAngle { get; set; }
Property Value
System.Double
The rotation angle. |