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