DiagramShapeDefaultsRotationSettingsBuilder

Methods

Angle(System.Double)

Sets the rotational angle of the shape.

Parameters

value - System.Double

The value that configures the angle.

Example

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