VisualStyleRenderer.GetFont(IDeviceContext, FontProperty) 方法

定义

返回当前视觉样式元素的指定字体属性的值。

public:
 System::Drawing::Font ^ GetFont(System::Drawing::IDeviceContext ^ dc, System::Windows::Forms::VisualStyles::FontProperty prop);
public System.Drawing.Font GetFont (System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.FontProperty prop);
public System.Drawing.Font? GetFont (System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.FontProperty prop);
member this.GetFont : System.Drawing.IDeviceContext * System.Windows.Forms.VisualStyles.FontProperty -> System.Drawing.Font
Public Function GetFont (dc As IDeviceContext, prop As FontProperty) As Font

参数

dc
IDeviceContext

此操作将使用的 IDeviceContext

prop
FontProperty

FontProperty 值之一,指定要为当前视觉样式元素检索的属性值。

返回

Font

Font,它包含 prop 参数为当前视觉样式元素指定的属性的值。

例外

dcnull

prop 不是 FontProperty 值之一。

注解

视觉样式使用一组字体值来描述样式定义的元素的某些属性。 这些属性由 FontProperty 值封装。

适用于