AmbientFontHelper.GetDesignerFont(IServiceProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
returns the font for the designer
public:
static System::Drawing::Font ^ GetDesignerFont(IServiceProvider ^ sp);
public static System.Drawing.Font GetDesignerFont (IServiceProvider sp);
static member GetDesignerFont : IServiceProvider -> System.Drawing.Font
Public Shared Function GetDesignerFont (sp As IServiceProvider) As Font