Intersoft ClientUI Documentation
SetReflectionSource Method



Sets the reflection source to use the specified image instead of capturing the bitmap from content.
Syntax
Public Sub SetReflectionSource( _
   ByVal source As ImageSource _
) 
Dim instance As ContentReflector
Dim source As ImageSource
 
instance.SetReflectionSource(source)
public void SetReflectionSource( 
   ImageSource source
)
public:
void SetReflectionSource( 
   ImageSource^ source
) 

Parameters

source
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

ContentReflector Class
ContentReflector Members

Send Feedback