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 | |
---|---|---|
CaptionFontFamilyKey | The resource key for the Caption font family. | |
CaptionFontSizeKey | The resource key for the Caption font size. | |
CaptionFontWeightKey | The resource key for the Caption font weight. | |
EnvironmentFontFamilyKey | The resource key for the Environment font family. | |
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.