Class RotationEffect

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Rotation effect class.

C#
Copy
public class RotationEffect : EffectBase
Inheritance
System.Object
RotationEffect

Constructors

View Source

RotationEffect(Single, Single)

Creates and initializes a new instance of the RotationEffect class.

Declaration
C#
Copy
public RotationEffect(float beginDegree, float endDegree)
Parameters
Type Name Description
System.Single beginDegree

The begin degree of the effect.

System.Single endDegree

The end degree of the effect.

API Level: preview

Properties

View Source

BeginDegree

The begin degree of the effect.

Declaration
C#
Copy
public float BeginDegree { get; }
Property Value
Type Description
System.Single
API Level: preview
View Source

EndDegree

The end degree of the effect.

Declaration
C#
Copy
public float EndDegree { get; }
Property Value
Type Description
System.Single
API Level: preview