FontUnit.Medium Veld

Definitie

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

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

Waarde van veld

Opmerkingen

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

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

Van toepassing op

Zie ook