Visual Basic (Declaration) | |
---|---|
Public Property TargetObject As FrameworkElement |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public FrameworkElement TargetObject {get; set;} |
C++/CLI | |
---|---|
public: property FrameworkElement TargetObject { FrameworkElement get(); void set (FrameworkElement value); } |
XAML Syntax | |
---|---|
For XAML information, see the Brush type. |
XAML Attributes Usage | |
---|---|
<object TargetObject=System.Windows.FrameworkElement .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
XAML Syntax | |
---|---|
For XAML information, see the Brush type. |
XAML Attributes Usage | |
---|---|
<object TargetObject=System.Windows.FrameworkElement .../> |
Dependencies Property Information | |
---|---|
Identifier field | |
Metadata properties set to true | None |
Return Value
The brush for the shadow for the frame that you add to the BitmapSourceViewer control.For an example, refer to Out.
No need to set this property if you want to apply a transition to a BitmapSourceViewer.
When set the Transition property the TargetObject will be set internally.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family