Class RadSvgImageConverter
This implements a markup extension that enables the creation
of System.
Inherited Members
Namespace: Telerik.Windows.Controls.Svg
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class RadSvgImageConverter : RadSvgImageSourceExtensionBase, IValueConverter
Remarks
The SVG source file can be:
- From the web
- From the local computer (relative or absolute paths)
- From the resources.
The rendering settings are provided as properties for customizations.
Constructors
RadSvgImageConverter()
Initializes a new instance of the Rad
Declaration
public RadSvgImageConverter()
RadSvgImageConverter(Uri)
Initializes a new instance of the Rad
Declaration
public RadSvgImageConverter(Uri baseUri)
Parameters
System.
|
Methods
Convert(Object, Type, Object, CultureInfo)
Converts a string value to SVG source.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
ConvertBack(Object, Type, Object, CultureInfo)
Not implemented reversed conversion.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
ProvideValue(IServiceProvider)
Performs the conversion of a valid SVG source file to the
System.
Declaration
public override object ProvideValue(IServiceProvider serviceProvider)
Parameters
System. Object that can provide services for the markup extension. |
Returns
System. This returns System. |