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