TextElement.SetFontStretch(DependencyObject, FontStretch) 方法

定义

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

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

参数

element
DependencyObject

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

value
FontStretch

要将此属性设为的新值。

例外

dnull

适用于

另请参阅