FontUnit.XXLarge Champ

Définition

Représente un objet FontUnit dont la propriété Type a la valeur FontSize.XXLarge.

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

Valeur de champ

Remarques

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

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

S’applique à

Voir aussi