Class VisualFactory

    Definition

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

    The VisualFactory is a singleton object that provides and shares visuals between views.

    public class VisualFactory : BaseHandle, IDynamicResourceHandler, INameScope, System.IDisposable
    Inheritance
    object
    BindableObject
    Element
    BaseHandle
    VisualFactory
    Implements
    IDynamicResourceHandler
    INameScope
    System.IDisposable

    Properties

    View Source

    Instance

    Retrieves the VisualFactory singleton.

    Declaration
    public static VisualFactory Instance { get; }
    Property Value
    Type Description
    VisualFactory

    Methods

    View Source

    CreateVisual(PropertyMap)

    Request the visual.

    Declaration
    public VisualBase CreateVisual(PropertyMap propertyMap)
    Parameters
    Type Name Description
    PropertyMap propertyMap

    The map contains the properties required by the visual. The content of the map determines the type of visual that will be returned.

    Returns
    Type Description
    VisualBase

    The handle to the created visual.

    View Source

    Get()

    Do not use this, that will be deprecated. Use VisualFactory.Instance instead.

    Declaration
    public static VisualFactory Get()
    Returns
    Type Description
    VisualFactory
    View Source

    UsePreCompiledShader()

    Compile the visual shader in advance. Afterwards, when a visual using a new shader is requested, the pre-compiled shader is used.

    Declaration
    public void UsePreCompiledShader()
    Remarks

    It is recommended that this method be called at the top of the application code.

    Implements

    IDynamicResourceHandler
    INameScope
    System.IDisposable

    Extension Methods

    BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
    NameScopeExtensions.FindByName<T>(Element, string)
    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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