Class NPatchVisual

    Definition

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

    A class encapsulating the property map of the n-patch image visual.

    public class NPatchVisual : VisualMap, IDisposable
    Inheritance
    object
    VisualMap
    NPatchVisual
    Implements
    System.IDisposable

    Constructors

    View Source

    NPatchVisual()

    Default constructor of NPatchVisual class.

    Declaration
    public NPatchVisual()

    Properties

    View Source

    Border

    The border of the image is in the order: left, right, bottom, top.
    For n-patch images only.
    Optional.

    Declaration
    public Rectangle Border { get; set; }
    Property Value
    Type Description
    Rectangle
    View Source

    BorderOnly

    Gets or sets whether to draw the borders only (If true).
    If not specified, the default is false.
    For n-patch images only.
    Optional.

    Declaration
    public bool BorderOnly { get; set; }
    Property Value
    Type Description
    bool
    View Source

    URL

    Gets or sets the URL of the image.
    Mandatory.

    Declaration
    public string URL { get; set; }
    Property Value
    Type Description
    string

    Methods

    View Source

    ComposingPropertyMap()

    Compose the out visual map.

    Declaration
    protected override void ComposingPropertyMap()
    Overrides
    VisualMap.ComposingPropertyMap()

    Implements

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