Skip to main content
A newer version of this page is available. .

BaseSvgImageSourceExtension.ProvideValue(IServiceProvider) Method

When implemented in a derived class, returns an object that is provided as the value of the target property for this markup extension.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v18.2.dll

Declaration

public override object ProvideValue(
    IServiceProvider serviceProvider
)

Parameters

Name Type Description
serviceProvider IServiceProvider

A service provider helper that can provide services for the markup extension.

Returns

Type Description
Object

The object value to set on the property where the extension is applied.

Remarks

Refer to the Specifying SVG Images topic to learn more.

See Also