VsFonts Class

Contains the resource names for Environment fonts.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Shell.VsFonts

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public NotInheritable Class VsFonts
public static class VsFonts
public ref class VsFonts abstract sealed
[<AbstractClass>]
[<Sealed>]
type VsFonts =  class end
public final class VsFonts

The VsFonts type exposes the following members.

Fields

  Name Description
Public fieldStatic member CaptionFontFamilyKey The resource key for the Caption font family.
Public fieldStatic member CaptionFontSizeKey The resource key for the Caption font size.
Public fieldStatic member CaptionFontWeightKey The resource key for the Caption font weight.
Public fieldStatic member EnvironmentFontFamilyKey The resource key for the Environment font family.
Public fieldStatic member EnvironmentFontSizeKey The resource key for the Environment font size.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace