Class View.LayoutDirectionChangedEventArgs
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
- API Level:
- 4
Event arguments of layout direction changed.
C#Copypublic class LayoutDirectionChangedEventArgs : EventArgs
- Inheritance
-
View.LayoutDirectionChangedEventArgs
Properties
Declaration
C#Copypublic ViewLayoutDirectionType Type { get; set; }
Property Value
Type | Description |
---|---|
ViewLayoutDirectionType |
API Level: 4
Declaration
C#Copypublic View View { get; set; }
Property Value
Type | Description |
---|---|
View |