Class BorderVisual

    Definition

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

    A class encapsulating the property map of the border visual.

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

    Constructors

    View Source

    BorderVisual()

    Default constructor of BorderVisual class.

    Declaration
    public BorderVisual()

    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
    bool
    View Source

    BorderSize

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

    Declaration
    public float BorderSize { get; set; }
    Property Value
    Type Description
    float
    View Source

    Color

    Gets or sets the color of the border.
    Mandatory.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Color

    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