LEADTOOLS WPF (Leadtools.Windows.Media.Transitions assembly)

TransitionType Property (RectangularTransition)

Show in webframe





Gets or sets the type of RectangularTransition.
Syntax
public RectangularTransitionType TransitionType {get; set;}
'Declaration
 
Public Property TransitionType As RectangularTransitionType
'Usage
 
Dim instance As RectangularTransition
Dim value As RectangularTransitionType
 
instance.TransitionType = value
 
value = instance.TransitionType

            

            
public:
property RectangularTransitionType TransitionType {
   RectangularTransitionType get();
   void set (    RectangularTransitionType value);
}

Property Value

An RectangularTransitionType enumeration value that specifies the behaviour of the RectangularTransition.
Example

For XAML example, refer to RectangularTransition.

For C#/VB examples, refer to RectangularTransition.

Requirements

Target Platforms

See Also

Reference

RectangularTransition Class
RectangularTransition Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.