DiagramShapeRotationSettingsBuilder
Methods
Angle(System.Double)
Defines the rotation angle for the shape.
Parameters
value - System.Double
The value that configures the angle.
Example
@(Html.Kendo().Diagram()
.Name("diagram")
.Shapes(shape => shape
.Add().Rotation(r => r.Angle(45))
)
)