Partage via


FontUnit.XSmall Champ

Définition

Représente un FontUnit objet avec la Type propriété définie sur FontSize.XSmall.

public: static initonly System::Web::UI::WebControls::FontUnit XSmall;
public static readonly System.Web.UI.WebControls.FontUnit XSmall;
 staticval mutable XSmall : System.Web.UI.WebControls.FontUnit
Public Shared ReadOnly XSmall As FontUnit 

Valeur de champ

Remarques

Utilisez le XSmall champ pour représenter un FontUnit objet avec la Type propriété définie sur FontSize.XSmall.

Dans Internet Explorer 4.0 et versions ultérieures, le rendu HTML d’un contrôle avec la Size propriété définie sur ce champ est style= "font-size:X-Small". Dans les navigateurs antérieurs à Internet Explorer 4.0, la sortie rendue HTML est <font size="2">.

S’applique à

Voir aussi