Class ResizingEffect

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Resizing effect class.

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

    Constructors

    View Source

    ResizingEffect(Size, Size)

    Creates and initializes a new instance of the ResizingEffect class.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public ResizingEffect(Size beginSize, Size endSize)
    Parameters
    Type Name Description
    Size beginSize

    The begin size of the effect.

    Size endSize

    The end size of the effect.

    Properties

    View Source

    BeginSize

    The begin size of the effect.

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

    EndSize

    The end size of the effect.

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