TextBlock.SetFontSize(DependencyObject, Double) 方法

定义

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

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

参数

element
DependencyObject

要在其上设置 FontSize 属性值的依赖对象。

value
Double

要将此属性设为的新值。

例外

elementnull

适用于

另请参阅