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