DiagramShapeDefaultsRotationSettingsBuilder
Methods
Angle(System.Double)
Sets the rotational angle of the shape.
Parameters
value - System.Double
The value that configures the angle.
Example
@(Html.Kendo().Diagram()
.Name("diagram")
.ShapeDefaults(sd => sd
.Rotation(r => r.Angle(25))
)
)