←Select platform

TargetObject Property

Summary

Gets or set a framework element to apply a transition to it. This is a dependency property.

Syntax

C#
VB
C++
public FrameworkElement TargetObject { get; set; } 
  
Public Property TargetObject As FrameworkElement 
public: 
property FrameworkElement^ TargetObject { 
   FrameworkElement^ get(); 
   void set (    FrameworkElement^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.