Class LayoutTransition
Definition
- Assembly:
- Tizen.NUI.dll
LayoutTransition stores the animation setting for a transition condition.
public class LayoutTransition
- Inheritance
-
objectLayout
Transition
Constructors
View SourceLayoutTransition()
LayoutTransition default constructor.
Declaration
public LayoutTransition()
LayoutTransition(TransitionCondition, AnimatableProperties, object, TransitionComponents)
LayoutTransition constructor.
Declaration
public LayoutTransition(TransitionCondition condition, AnimatableProperties animatableProperty, object targetValue, TransitionComponents animator)
Parameters
Type | Name | Description |
---|---|---|
Transition |
condition | The animatable condition. |
Animatable |
animatableProperty | the property to animate. |
object | targetValue | target value of the property. |
Transition |
animator | Components to define the animator. |
Properties
View SourceAnimatableProperty
Property to animate.
Declaration
public AnimatableProperties AnimatableProperty { get; set; }
Property Value
Type | Description |
---|---|
Animatable |
Animator
Components of the Animator.
Declaration
public TransitionComponents Animator { get; set; }
Property Value
Type | Description |
---|---|
Transition |
Condition
Condition for this Transition
Declaration
public TransitionCondition Condition { get; set; }
Property Value
Type | Description |
---|---|
Transition |
TargetValue
Target value to animate to.
Declaration
public object TargetValue { get; set; }
Property Value
Type | Description |
---|---|
object |