TextBlock.GetFontSize(DependencyObject) 方法

定义

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

public:
 static double GetFontSize(System::Windows::DependencyObject ^ element);
[System.ComponentModel.TypeConverter(typeof(System.Windows.FontSizeConverter))]
public static double GetFontSize (System.Windows.DependencyObject element);
[<System.ComponentModel.TypeConverter(typeof(System.Windows.FontSizeConverter))>]
static member GetFontSize : System.Windows.DependencyObject -> double
Public Shared Function GetFontSize (element As DependencyObject) As Double

参数

element
DependencyObject

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

返回

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

属性

例外

elementnull

适用于

另请参阅