LEADTOOLS WPF (Leadtools.Windows.Media.TransitionBase assembly)
LEAD Technologies, Inc

TargetObject Property






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 FrameworkElement TargetObject {get; set;}
 get_TargetObject();
set_TargetObject(value);
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 an example, refer to OutBrush.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TransitionBase Class
TransitionBase Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.