FontAttributesConverter Class

Definition

Converts a string into a FontAttributes object.

public ref class FontAttributesConverter sealed : System::ComponentModel::TypeConverter
public sealed class FontAttributesConverter : System.ComponentModel.TypeConverter
type FontAttributesConverter = class
    inherit TypeConverter
Public NotInheritable Class FontAttributesConverter
Inherits TypeConverter
Inheritance
FontAttributesConverter

Constructors

FontAttributesConverter()

Methods

CanConvertFrom(ITypeDescriptorContext, Type)
CanConvertTo(ITypeDescriptorContext, Type)
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Applies to