Class SpeedRange

    Definition

    Namespace:
    Tizen.Uix.Tts
    Assembly:
    Tizen.Uix.Tts.dll

    This class holds the speed range values.

    public class SpeedRange
    Inheritance
    object
    SpeedRange

    Properties

    View Source

    Max

    The max speed range value.

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

    Min

    The min speed range value.

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

    Normal

    The normal speed range value.

    Declaration
    public int Normal { get; }
    Property Value
    Type Description
    int

    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