CornerRadiusTypeConverter Class

Definition

Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.

public ref class CornerRadiusTypeConverter : System::ComponentModel::TypeConverter
public class CornerRadiusTypeConverter : System.ComponentModel.TypeConverter
type CornerRadiusTypeConverter = class
    inherit TypeConverter
Public Class CornerRadiusTypeConverter
Inherits TypeConverter
Inheritance
CornerRadiusTypeConverter

Constructors

CornerRadiusTypeConverter()

Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.

Methods

CanConvertFrom(ITypeDescriptorContext, Type)

Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.

CanConvertTo(ITypeDescriptorContext, Type)

Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Provides a unified way of converting types of values to other types, as well as for accessing standard values and subproperties.

Applies to