FontUnit.XSmall Veld

Definitie

Vertegenwoordigt een FontUnit object waarop de Type eigenschap is ingesteld op 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 

Waarde van veld

Opmerkingen

Gebruik het XSmall veld om een FontUnit object weer te geven waarop de Type eigenschap is ingesteld.FontSize.XSmall

In Internet Explorer 4.0 en hoger is de HTML-uitvoer van een besturingselement met de eigenschap Size ingesteld op dit veld, style= "font-size:X-Small". In browsers ouder dan Internet Explorer 4.0 wordt de weergegeven HTML-uitvoer <font size="2">.

Van toepassing op

Zie ook