Enum AvatarInfoOption

    Definition

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

    The AvatarInfoOption enumeration defines the options that determine how AvatarInfo instances are displayed or managed. Currently it has two values: Thumbnail and Resource.

    public enum AvatarInfoOption

    Fields

    Name Description
    Resource

    Resource indicates that the AvatarInfo instance should display or manipulate the resource files associated with the Avatar.

    Thumbnail

    Thumbnail indicates that the AvatarInfo instance should display or manipulate the thumbnail image of the Avatar.

    Extension Methods

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