Show / Hide Table of Contents

    Class RotationEffect

    Definition

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

    Rotation effect class.

    public class RotationEffect : EffectBase
    Inheritance
    Object
    EffectBase
    RotationEffect

    Constructors

    View Source

    RotationEffect(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 Source

    BeginDegree

    The begin degree of the effect.

    Declaration
    public float BeginDegree { get; }
    Property Value
    Type Description
    Single
    API Level: preview
    View Source

    EndDegree

    The end degree of the effect.

    Declaration
    public float EndDegree { get; }
    Property Value
    Type Description
    Single
    API Level: preview
    • View Source
    Back to top Copyright © 2016-2020 Samsung
    Generated by DocFX