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