Class TriggerBase

Definition

Namespace:
Tizen.NUI.Binding
Assembly:
Tizen.NUI.dll
API Level:
6
C#
Copy
public abstract class TriggerBase : BindableObject, IDynamicResourceHandler, IAttachedObject
Inheritance
TriggerBase
Derived
Implements

Properties

View Source

EnterActions

Declaration
C#
Copy
public IList<TriggerAction> EnterActions { get; }
Property Value
Type Description
IList<TriggerAction>
API Level: 6
View Source

ExitActions

Declaration
C#
Copy
public IList<TriggerAction> ExitActions { get; }
Property Value
Type Description
IList<TriggerAction>
API Level: 6
View Source

IsSealed

Declaration
C#
Copy
public bool IsSealed { get; }
Property Value
Type Description
Boolean
API Level: 6
View Source

TargetType

Declaration
C#
Copy
public Type TargetType { get; }
Property Value
Type Description
Type
API Level: 6

Implements

Extension Methods