GeoBlazor Pro

dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

RotateEventInfo Class

This information is returned as toolEventInfo parameter for the update event while the user is rotating the graphics. It returns additional information associated with the rotate operation and what stage it is at.

public class RotateEventInfo : dymaptic.GeoBlazor.Pro.Model.ToolEventInfo

Inheritance System.Object 🡒 ToolEventInfo 🡒 RotateEventInfo

Derived
↳ RotateStartEventInfo
↳ RotateStopEventInfo

Properties

RotateEventInfo.Angle Property

Angle of rotation in degrees.

public double Angle { get; set; }

Property Value

System.Double

RotateEventInfo.InfoType Property

The type of the ToolEventInfo

public override string InfoType { get; }

Property Value

System.String