This implements a markup extension that enables the creation of DrawingImage from SVG sources.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public sealed class RadSvgImageSourceExtension : RadSvgImageSourceExtensionBase
Inheritance: objectRadSvgImageSourceExtensionBaseRadSvgImageSourceExtension
Inherited Members
Constructors
Initializes a new instance of the RadSvgImageSourceExtension class with the default parameters.
C#
public RadSvgImageSourceExtension()
Initializes a new instance of the RadSvgImageSourceExtension class with the specified SVG file path.
Properties
Methods
Performs the conversion of a valid SVG source file to the DrawingImage that is set as the value of the target property for this markup extension.
C#
public override object ProvideValue(IServiceProvider serviceProvider)
Object that can provide services for the markup extension.
Returns:This returns DrawingImage if successful; otherwise, it returns null.