Class FlipEffect

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Flip effect class.

    [Obsolete("This has been deprecated in API12")]
    public class FlipEffect : EffectBase
    Inheritance
    object
    EffectBase
    FlipEffect

    Constructors

    View Source

    FlipEffect(FlipAxis, bool, bool)

    Creates and initializes a new instance of the FlipEffect class.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public FlipEffect(FlipAxis axis, bool clockWise, bool resizable = false)
    Parameters
    Type Name Description
    FlipAxis axis

    Flipping axis (X or Y).

    bool clockWise

    Flipping Direction. True is clockwise.

    bool resizable

    Resizable effect with FlipEffect.

    Properties

    View Source

    Axis

    Flipping axis (X or Y).

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public FlipAxis Axis { get; }
    Property Value
    Type Description
    FlipAxis
    View Source

    ClockWise

    Flipping direction. True is clockwise.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public bool ClockWise { get; }
    Property Value
    Type Description
    bool
    View Source

    Resizable

    Resizable FlipEffect.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public bool Resizable { get; }
    Property Value
    Type Description
    bool
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX