CornerRadiusConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |