Show / Hide Table of Contents

    Class ResourceControl

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll
    API Level:
    9

    Represents the resource control information.

    public class ResourceControl
    Inheritance
    Object
    ResourceControl

    Properties

    View Source

    IsAutoClose

    The auto close property.

    Declaration
    public bool IsAutoClose { get; }
    Property Value
    Type Description
    Boolean
    API Level: 9
    View Source

    MaxResourceVersion

    The maximum version of required resource package.

    Declaration
    public string MaxResourceVersion { get; }
    Property Value
    Type Description
    String
    API Level: 9
    View Source

    MinResourceVersion

    The minimum version of required resource package.

    Declaration
    public string MinResourceVersion { get; }
    Property Value
    Type Description
    String
    API Level: 9
    View Source

    ResourceType

    The resource type.

    Declaration
    public string ResourceType { get; }
    Property Value
    Type Description
    String
    API Level: 9
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX