Class StringToPathGeometryConverter
Inheritance
System.Object
StringToPathGeometryConverter
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class StringToPathGeometryConverter : Object, IValueConverter
Constructors
StringToPathGeometryConverter()
Declaration
public StringToPathGeometryConverter()
Methods
Convert(Object, Type, Object, String)
Declaration
public object Convert(object value, Type targetType, object parameter, string culture)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
Convert(String)
Declaration
public Geometry Convert(string path)
Parameters
System.
|
Returns
Microsoft.
|
ConvertBack(PathGeometry)
Declaration
public string ConvertBack(PathGeometry geometry)
Parameters
Microsoft.
|
Returns
System.
|
ConvertBack(Object, Type, Object, String)
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string culture)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|