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

TargetObject Property

Show in webframe





Gets or set a framework element to apply a transition to it. This is a dependency property.
Syntax
public FrameworkElement TargetObject {get; set;}
'Declaration
 
Public Property TargetObject As FrameworkElement
'Usage
 
Dim instance As TransitionBase
Dim value As FrameworkElement
 
instance.TargetObject = value
 
value = instance.TargetObject

            

            
public:
property FrameworkElement^ TargetObject {
   FrameworkElement^ get();
   void set (    FrameworkElement^ value);
}

Property Value

The brush for the shadow for the frame that you add to the ImageViewer or RasterImageViewer control.
Remarks
No need to set this property if you want to apply a transition to a Leadtools.Windows.Controls.ImageViewer. When set the Leadtools.Windows.Controls.ImageViewer.Transition property the TargetObject will be set internally.
Example

For XAML example, refer to OutBrush.

For C#/VB examples, refer to OutBrush.

Requirements

Target Platforms

See Also

Reference

TransitionBase Class
TransitionBase Members

 

 


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