Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
FrameShadowBackground Property
See Also 
Leadtools.Windows.Controls Namespace > BitmapSourceViewerElement Class : FrameShadowBackground Property





Specifies the shadow brush for the frame that you add to the BitmapSourceViewerElement control. This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public Property FrameShadowBackground As Brush
Visual Basic (Usage)Copy Code
Dim instance As BitmapSourceViewerElement
Dim value As Brush
 
instance.FrameShadowBackground = value
 
value = instance.FrameShadowBackground
C# 
public Brush FrameShadowBackground {get; set;}
C++/CLI 
public:
property Brush FrameShadowBackground {
   Brush get();
   void set (Brush value);
}
XAML Syntax 
For XAML information, see the Brush type.

Dependencies Property Information 

Identifier field

FrameShadowBackgroundProperty

Metadata properties set to true

AffectsRender, Inherits

XAML Syntax 
For XAML information, see the Brush type.

Dependencies Property Information 

Identifier field

FrameShadowBackgroundProperty

Metadata properties set to true

AffectsRender, Inherits

Return Value

The brush for the shadow for the frame that you add to the BitmapSourceViewerElement control.

Example

For XAML example, refer to Source.

For C#/VB examples, refer to BitmapSourceViewerElement.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also