Class RadSvgImageSourceExtension
This implements a markup extension that enables the creation
of System.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class RadSvgImageSourceExtension : RadSvgImageSourceExtensionBase
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
RadSvgImageSourceExtension()
Initializes a new instance of the Rad
Declaration
public RadSvgImageSourceExtension()
RadSvgImageSourceExtension(String)
Initializes a new instance of the Rad
Declaration
public RadSvgImageSourceExtension(string svgPath)
Parameters
System.
|
Properties
Source
Gets or sets the SVG source file.
Declaration
public string Source { get; set; }
Property Value
System. A string specifying the path of the SVG source file. The default is null. |
Methods
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. |