VisualStyleRenderer.GetFont(IDeviceContext, FontProperty) Yöntem

Tanım

Geçerli görsel stili öğesi için belirtilen yazı tipi özelliğinin değerini döndürür.

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

Parametreler

dc
IDeviceContext

Bu IDeviceContext işlem kullanacaktır.

prop
FontProperty

FontProperty Geçerli görsel stili öğesi için alınacak özellik değerini belirten değerlerden biri.

Döndürülenler

Font Geçerli görsel stili öğesi için parametresi tarafından prop belirtilen özelliğin değerini içeren bir.

Özel durumlar

dc, null değeridir.

prop değerlerden biri FontProperty değildir.

Açıklamalar

Görsel stiller, bir stil tarafından tanımlanan öğelerin bazı özelliklerini açıklamak için bir yazı tipi değerleri kümesi kullanır. Bu özellikler değerler tarafından FontProperty kapsüllenir.

Şunlara uygulanır