Class BorderVisual

    Definition

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

    A class encapsulating the property map of the border visual.

    public class BorderVisual : VisualMap
    Inheritance
    object
    VisualMap
    BorderVisual

    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()

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    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