Class ColorConverter
FOR INTERNAL USE ONLY Provides a way of converting to a strongly-typed color from a string representation.
Inheritance
System.Object
ColorConverter
Namespace: Esri.ArcGISRuntime.UI
Assembly: Esri.ArcGISRuntime.dll
Syntax
public class ColorConverter : TypeConverter
Constructors
| Name | Description |
|---|---|
| ColorConverter() | Initializes a new instance of the ColorConverter class. |
Methods
| Name | Description |
|---|---|
| CanConvertFrom(Nullable<ITypeDescriptorContext>, Type) | Returns a value indicating whether the converter can convert from the specified type |
| CanConvertTo(Nullable<ITypeDescriptorContext>, Nullable<Type>) | Returns whether this converter can convert the object to the specified type, using the specified context. |
| ConvertFrom(Nullable<ITypeDescriptorContext>, Nullable<CultureInfo>, Nullable<Object>) | Converts the given object to the type of this converter, using the specified context and culture information. |
| ConvertTo(Nullable<ITypeDescriptorContext>, Nullable<CultureInfo>, Nullable<Object>, Type) | Converts the given value object to the specified type, using the specified context and culture information. |
Applies to
| Target | Versions |
|---|---|
| Xamarin.Android | 100.0 - 100.13 |
| Xamarin.iOS | 100.0 - 100.8 |
| UWP | 100.3 - 100.15 |