FontSizeConverter Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Convertit une chaîne en taille de police.
public ref class FontSizeConverter : System::ComponentModel::TypeConverter, Microsoft::Maui::Controls::IExtendedTypeConverter
public class FontSizeConverter : System.ComponentModel.TypeConverter, Microsoft.Maui.Controls.IExtendedTypeConverter
type FontSizeConverter = class
inherit TypeConverter
interface IExtendedTypeConverter
Public Class FontSizeConverter
Inherits TypeConverter
Implements IExtendedTypeConverter
- Héritage
-
FontSizeConverter
- Implémente
Constructeurs
FontSizeConverter() |
Convertit une chaîne en taille de police. |
Méthodes
CanConvertFrom(ITypeDescriptorContext, Type) |
Convertit une chaîne en taille de police. |
CanConvertTo(ITypeDescriptorContext, Type) |
Convertit une chaîne en taille de police. |
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Convertit une chaîne en taille de police. |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Convertit une chaîne en taille de police. |
Implémentations d’interfaces explicites
IExtendedTypeConverter.ConvertFromInvariantString(String, IServiceProvider) |
Convertit une chaîne en taille de police. |