Typography.GetEastAsianWidths(DependencyObject) Método

Definição

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

public:
 static System::Windows::FontEastAsianWidths GetEastAsianWidths(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static System.Windows.FontEastAsianWidths GetEastAsianWidths(System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetEastAsianWidths : System.Windows.DependencyObject -> System.Windows.FontEastAsianWidths
Public Shared Function GetEastAsianWidths (element As DependencyObject) As FontEastAsianWidths

Parâmetros

element
DependencyObject

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

Retornos

O valor atual da EastAsianWidths propriedade anexada no objeto de dependência especificado.

Atributos

Aplica-se a

Confira também