Class View.LayoutDirectionChangedEventArgs

    Definition

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

    Event arguments of layout direction changed.

    public class View.LayoutDirectionChangedEventArgs : EventArgs
    Inheritance
    object
    View.LayoutDirectionChangedEventArgs

    Properties

    View Source

    Type

    Whether the view's layout direction property has changed or a parent's.

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

    View

    The view, or child of view, whose layout direction has changed.

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

    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