VisualStyleRenderer.GetFont(IDeviceContext, FontProperty) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為目前的視覺化樣式項目傳回指定的字型屬性值。
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
參數
此作業將使用的 IDeviceContext。
- prop
- FontProperty
FontProperty 的其中一個值,指定要為目前視覺樣式項目擷取的屬性值。
傳回
Font,包含由目前視覺化樣式項目 prop
參數所指定的屬性值。
例外狀況
dc
為 null
。
prop
不是其中一個 FontProperty 值。
備註
視覺化樣式會使用一組字型值來描述樣式所定義之元素的某些屬性。 這些屬性會由 FontProperty 值封裝。