Class View.LayoutDirectionChangedEventArgs

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll
API Level:
4

Event arguments of layout direction changed.

C#
Copy
public class LayoutDirectionChangedEventArgs : EventArgs
Inheritance
View.LayoutDirectionChangedEventArgs

Properties

View Source

Type

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

Declaration
C#
Copy
public ViewLayoutDirectionType Type { get; set; }
Property Value
Type Description
ViewLayoutDirectionType
API Level: 4
View Source

View

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

Declaration
C#
Copy
public View View { get; set; }
Property Value
Type Description
View
API Level: 4