Class BorderVisual

    Definition

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

    Simple visual to render a solid border.

    public class BorderVisual : VisualBase, IDynamicResourceHandler, INameScope, System.IDisposable
    Inheritance
    object
    BindableObject
    Element
    BaseHandle
    VisualBase
    BorderVisual
    Implements
    IDynamicResourceHandler
    INameScope
    System.IDisposable

    Constructors

    View Source

    BorderVisual()

    Creates an visual object.

    Declaration
    public BorderVisual()

    Properties

    View Source

    AntiAliasing

    Gets or sets whether the anti-aliasing of the border is required. default is false.

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

    BorderColor

    Gets or sets the color of the border.

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

    BorderWidth

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

    Declaration
    public float BorderWidth { get; set; }
    Property Value
    Type Description
    float

    Implements

    IDynamicResourceHandler
    INameScope
    System.IDisposable

    Extension Methods

    BindableObjectExtensions.SetBinding(BindableObject, BindableProperty, string, BindingMode, IValueConverter, string)
    NameScopeExtensions.FindByName<T>(Element, string)
    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