Version

ProvideValue Method (SafeOuterGlowExtension)

Returns an System.Windows.Media.Effects.OuterGlowBitmapEffect based on the properties of the markup extension.
Syntax
'Declaration
 
Public Overrides Function ProvideValue( _
   ByVal serviceProvider As IServiceProvider _
) As Object
public override object ProvideValue( 
   IServiceProvider serviceProvider
)

Parameters

serviceProvider
Object that can provide services for the markup extension.

Return Value

An System.Windows.Media.Effects.OuterGlowBitmapEffect or null if one could not be created.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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