FontUnit.Small Veld

Definitie

Vertegenwoordigt een FontUnit object waarop de Type eigenschap is ingesteld op FontSize.Small.

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

Waarde van veld

Opmerkingen

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

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

Van toepassing op

Zie ook