Class ColorMappingToBrushConverter
Inheritance
System.Object
ColorMappingToBrushConverter
Implements
Windows.UI.Xaml.Data.IValueConverter
Assembly: Syncfusion.SfHeatmap.UWP.dll
Syntax
public class ColorMappingToBrushConverter : Object, IValueConverter
Constructors
ColorMappingToBrushConverter()
Declaration
public ColorMappingToBrushConverter()
Properties
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
Type |
Windows.UI.Xaml.Controls.Orientation |
Methods
Convert(Object, Type, Object, String)
Declaration
public object Convert(object value, Type targetType, object parameter, string language)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
System.Type |
targetType |
|
System.Object |
parameter |
|
System.String |
language |
|
Returns
ConvertBack(Object, Type, Object, String)
Declaration
public object ConvertBack(object value, Type targetType, object parameter, string language)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
System.Type |
targetType |
|
System.Object |
parameter |
|
System.String |
language |
|
Returns
Implements
Windows.UI.Xaml.Data.IValueConverter
Extension Methods