Get the defined body font for an Office theme
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared Function GetBodyFont() As Font |
| Visual Basic (Usage) | Copy Code |
|---|
Dim value As Font
value = ThemeInfo.GetBodyFont() |
| C# | |
|---|
public static Font GetBodyFont() |
| Managed Extensions for C++ | |
|---|
public: static Font* GetBodyFont(); |
| C++/CLI | |
|---|
public:
static Font^ GetBodyFont(); |
Return Value
The body font
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also