Show / Hide Table of Contents

    Class BorderVisual

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll
    API Level:
    3

    A class encapsulating the property map of the border visual.

    public class BorderVisual : VisualMap, IDisposable
    Inheritance
    Object
    VisualMap
    BorderVisual
    Implements
    IDisposable

    Constructors

    View Source

    BorderVisual()

    Constructor.

    Declaration
    public BorderVisual()
    API Level: 3

    Properties

    View Source

    AntiAliasing

    Gets or sets whether the anti-aliasing of the border is required.
    If not supplied, the default is false.
    Optional.

    Declaration
    public bool AntiAliasing { get; set; }
    Property Value
    Type Description
    Boolean
    API Level: 3
    View Source

    BorderSize

    Gets or sets the width of the border (in pixels).
    Mandatory.

    Declaration
    public float BorderSize { get; set; }
    Property Value
    Type Description
    Single
    API Level: 3
    View Source

    Color

    Gets or sets the color of the border.
    Mandatory.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Color
    API Level: 3

    Methods

    View Source

    ComposingPropertyMap()

    Compose the out visual map.

    Declaration
    protected override void ComposingPropertyMap()
    Overrides
    VisualMap.ComposingPropertyMap()
    API Level: 3

    Implements

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