Typography.SetEastAsianWidths(DependencyObject, FontEastAsianWidths) Método

Definição

Define o valor da propriedade EastAsianWidths anexada para um objeto de dependência especificado.

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)

Parâmetros

element
DependencyObject

O objeto de dependência para o qual definir o valor da propriedade EastAsianWidths.

value
FontEastAsianWidths

O novo valor a ser definido para a propriedade.

Exceções

Gerada quando element é null.

Aplica-se a

Confira também