Class RotationEffect
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
Rotation effect class.
public class RotationEffect : EffectBase
- Inheritance
Constructors
View SourceRotationEffect(Single, Single)
Creates and initializes a new instance of the RotationEffect class.
Declaration
public RotationEffect(float beginDegree, float endDegree)
Parameters
Type | Name | Description |
---|---|---|
Single | beginDegree | The begin degree of the effect. |
Single | endDegree | The end degree of the effect. |
API Level: preview
Properties
View SourceBeginDegree
The begin degree of the effect.
Declaration
public float BeginDegree { get; }
Property Value
Type | Description |
---|---|
Single |
API Level: preview
View SourceEndDegree
The end degree of the effect.
Declaration
public float EndDegree { get; }
Property Value
Type | Description |
---|---|
Single |