Class Window.TransitionEffectEventArgs

Definition

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

TransitionEffectArgs

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

Properties

View Source

State

State

Declaration
C#
Copy
public Window.EffectState State { get; set; }
Property Value
Type Description
Window.EffectState
View Source

Type

Type

Declaration
C#
Copy
public Window.EffectType Type { get; set; }
Property Value
Type Description
Window.EffectType

Extension Methods