Share via


_FontsAndColors.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
'Usage
Dim instance As _FontsAndColors 
Dim value As String 

value = instance.FontFamily

instance.FontFamily = value
string FontFamily { get; set; }
property String^ FontFamily {
    String^ get ();
    void set (String^ value);
}
function get FontFamily () : String 
function set FontFamily (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

_FontsAndColors Interface

_FontsAndColors Members

EnvDTE Namespace