IVsTextEditFonts.FontFamily Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

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

Syntax

'Declaration
Property FontFamily As String
string FontFamily { get; set; }
property String^ FontFamily {
    String^ get ();
    void set (String^ value);
}
abstract FontFamily : string with get, set
function get FontFamily () : String 
function set FontFamily (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IVsTextEditFonts Interface

EnvDTE Namespace