Typography.SetEastAsianWidths(DependencyObject, FontEastAsianWidths) 方法

定义

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

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

参数

element
DependencyObject

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

value
FontEastAsianWidths

要将此属性设为的新值。

例外

elementnull 时引发。

适用于

另请参阅