Class Window.InsetsChangedEventArgs

Definition

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

InsetsChangedEventArgs

C#
Copy
public class InsetsChangedEventArgs : EventArgs
Inheritance
Window.InsetsChangedEventArgs

Properties

View Source

Insets

The extents value of window insets

Declaration
C#
Copy
public Extents Insets { get; }
Property Value
Type Description
Extents
View Source

PartState

The state of insets part. e.g. Invisible or Visible

Declaration
C#
Copy
public Window.InsetsPartState PartState { get; }
Property Value
Type Description
Window.InsetsPartState
View Source

PartType

The type of insets part. e.g. StatusBar, Keyboard, or Clipboard

Declaration
C#
Copy
public Window.InsetsPartType PartType { get; }
Property Value
Type Description
Window.InsetsPartType

Extension Methods