FontUnit.XXSmall Campo

Definizione

Rappresenta un oggetto FontUnit con la proprietà Type impostata su FontSize.XXSmall.

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

Valore del campo

Commenti

Utilizzare il XXSmall campo per rappresentare un FontUnit oggetto con la Type proprietà impostata su FontSize.XXSmall.

In Internet Explorer 4.0 e versioni successive l'output del rendering HTML da un controllo con la Size proprietà impostata su questo campo è style= "font-size:XX-Small". Nei browser precedenti a Internet Explorer 4.0 l'output di rendering HTML è <font size="1">.

Si applica a

Vedi anche