DiagramShapeRotationSettingsBuilder

Methods

Angle(System.Double)

Defines the rotation angle for the shape.

Parameters

value - System.Double

The value that configures the angle.

Example

Razor
 
             @(Html.Kendo().Diagram()
              .Name("diagram")
              .Shapes(shape => shape
                .Add().Rotation(r => r.Angle(45))
               )
             )
             
In this article
MethodsAngle(System.Double)
Not finding the help you need?
Contact Support