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, INotifyPropertyChanged, IDisposable
    Inheritance
    object
    BindableObject
    Tizen.NUI.Binding.Element
    BaseHandle
    VisualFactory
    Implements
    System.ComponentModel.INotifyPropertyChanged
    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.

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX