Class TimePeriod

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    TimePeriod is used to define delay and duration of a process such as Transition. TimePeriod is composed of Delay and Duration in milliseconds

    public class TimePeriod : Disposable
    Inheritance
    object
    Disposable
    TimePeriod

    Constructors

    View Source

    TimePeriod(int, int)

    The constructor. Creates an time period object with the user-defined alpha function.

    Declaration
    public TimePeriod(int delayMilliSeconds, int durationMilliSeconds)
    Parameters
    Type Name Description
    int delayMilliSeconds
    int durationMilliSeconds
    View Source

    TimePeriod(int)

    The constructor. Creates an time period object with the user-defined alpha function.

    Declaration
    public TimePeriod(int durationMilliSeconds)
    Parameters
    Type Name Description
    int durationMilliSeconds

    Properties

    View Source

    DelayMilliseconds

    A delay before the time period in milliseconds

    Declaration
    public int DelayMilliseconds { get; set; }
    Property Value
    Type Description
    int
    View Source

    DurationMilliseconds

    The duration of the time period in milliseconds

    Declaration
    public int DurationMilliseconds { get; set; }
    Property Value
    Type Description
    int

    Methods

    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX