TextElement.SetFontFamily(DependencyObject, FontFamily) 方法

定义

设置指定依赖对象的 FontFamily 附加属性的值。

public:
 static void SetFontFamily(System::Windows::DependencyObject ^ element, System::Windows::Media::FontFamily ^ value);
public static void SetFontFamily (System.Windows.DependencyObject element, System.Windows.Media.FontFamily value);
static member SetFontFamily : System.Windows.DependencyObject * System.Windows.Media.FontFamily -> unit
Public Shared Sub SetFontFamily (element As DependencyObject, value As FontFamily)

参数

element
DependencyObject

要为其设置 FontFamily 属性值的依赖对象。

value
FontFamily

要将此属性设为的新值。

例外

dnull

适用于

另请参阅