IVsTextEditFonts.FontSize-Eigenschaft

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Property FontSize As Short
short FontSize { get; set; }
property short FontSize {
    short get ();
    void set (short value);
}
abstract FontSize : int16 with get, set
function get FontSize () : short
function set FontSize (value : short)

Eigenschaftswert

Typ: System.Int16

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextEditFonts Schnittstelle

EnvDTE-Namespace