TextBlock.GetFontWeight(DependencyObject) 方法

定义

返回指定的依赖对象的 FontWeight 附加属性值。

public:
 static System::Windows::FontWeight GetFontWeight(System::Windows::DependencyObject ^ element);
public static System.Windows.FontWeight GetFontWeight (System.Windows.DependencyObject element);
static member GetFontWeight : System.Windows.DependencyObject -> System.Windows.FontWeight
Public Shared Function GetFontWeight (element As DependencyObject) As FontWeight

参数

element
DependencyObject

要从中检索 FontWeight 附加属性值的依赖对象。

返回

FontWeight

FontWeight 附加属性的当前值(位于指定的依赖对象上)。

例外

elementnull

适用于

另请参阅