Class EllipseSizeConverter
a Class which is used to Convert a value to Ellipse Size
Inheritance
System.Object
    EllipseSizeConverter
  Implements
Windows.UI.Xaml.Data.IValueConverter
  Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfRadialMenu.UWP.dll
Syntax
public class EllipseSizeConverter : Object, IValueConverter
  Constructors
EllipseSizeConverter()
Declaration
public EllipseSizeConverter()
  Methods
Convert(Object, Type, Object, String)
Used to Convert a value
Declaration
public object Convert(object value, Type targetType, object parameter, string language)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | value | value from the source  | 
      
| System.Type | targetType | target type of the value  | 
      
| System.Object | parameter | parameter passed from source  | 
      
| System.String | language | culture of the string  | 
      
Returns
| Type | Description | 
|---|---|
| System.Object | returns the converted value  | 
      
ConvertBack(Object, Type, Object, String)
Inverse of Convert method
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string language)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | value | value from the source  | 
      
| System.Type | targetType | target type of the value  | 
      
| System.Object | parameter | parameter passed from source  | 
      
| System.String | language | culture of the string  | 
      
Returns
| Type | Description | 
|---|---|
| System.Object | returns the converted value  | 
      
Implements
      Windows.UI.Xaml.Data.IValueConverter