FontUnit.XXSmall Veld

Definitie

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

Waarde van veld

Opmerkingen

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

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:XX-Small". In browsers ouder dan Internet Explorer 4.0 wordt de weergegeven HTML-uitvoer <font size="1">.

Van toepassing op

Zie ook