New to Telerik UI for BlazorStart a free 30-day trial

Configures rotation settings and behavior for a diagram shape. Use this to control the shape's rotation angle, enable/disable rotation handles, and define rotation constraints. Allows shapes to be oriented at custom angles for flexible diagram layouts and visual representation.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

C#
public class DiagramShapeRotationDescriptor : DataVizChildComponentDescriptor

Inheritance: objectDataVizChildComponentDescriptorDiagramShapeRotationDescriptor

Constructors

C#
public DiagramShapeRotationDescriptor()

Methods

C#
public Dictionary<string, object> Serialize()
Returns:

Dictionary<string, object>

Properties

Sets the rotation angle of the shape in degrees. Positive values rotate clockwise, negative values rotate counter-clockwise. For example, 45 rotates the shape 45 degrees clockwise, while -90 rotates it 90 degrees counter-clockwise. The rotation is applied around the center point of the shape.

C#
public double? Angle { get; set; }