Edit

CornerRadiusConverter Class

Definition

Converts instances of other types to and from a CornerRadius.

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

Constructors

Name Description
CornerRadiusConverter()

Initializes a new instance of the CornerRadiusConverter class.

Methods

Name Description
CanConvertFrom(ITypeDescriptorContext, Type)

Indicates whether an object can be converted from a given type to a CornerRadius.

CanConvertTo(ITypeDescriptorContext, Type)

Determines whether CornerRadius values can be converted to the specified type.

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Converts the specified object to a CornerRadius.

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Converts the specified CornerRadius to the specified type.

Applies to

See also