Class View.LayoutDirectionChangedEventArgs
Definition
- Namespace:
- Tizen.NUI.Base
Components
- Assembly:
- Tizen.NUI.dll
Event arguments of layout direction changed.
public class View.LayoutDirectionChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args View.Layout Direction Changed Event Args
Properties
View SourceType
Whether the view's layout direction property has changed or a parent's.
Declaration
public ViewLayoutDirectionType Type { get; set; }
Property Value
Type | Description |
---|---|
View |
View
The view, or child of view, whose layout direction has changed.
Declaration
public View View { get; set; }
Property Value
Type | Description |
---|---|
View |