rotationAngle Property (TileReflectionRequestParams)
Gets or sets the level of curvature at the borders of the tile.
'Declaration
Public Property rotationAngle As Integer
public int rotationAngle { get; set; }
public: __property int get_rotationAngle();
public: __property void set_rotationAngle(
int
);
public:
property int rotationAngle {
int get();
void set(int );
}
Property Value
Valid values are from -45 to 45. Default value is 30.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5