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

Новое значение, которое необходимо присвоить свойству.

Исключения

Возникает, когда element принимает значение null.

Применяется к

См. также раздел