TextElement.GetFontStretch(DependencyObject) Metodo

Definizione

Restituisce il valore della FontStretch proprietà associata per un oggetto di dipendenza specificato.

public:
 static System::Windows::FontStretch GetFontStretch(System::Windows::DependencyObject ^ element);
public static System.Windows.FontStretch GetFontStretch(System.Windows.DependencyObject element);
static member GetFontStretch : System.Windows.DependencyObject -> System.Windows.FontStretch
Public Shared Function GetFontStretch (element As DependencyObject) As FontStretch

Parametri

element
DependencyObject

Oggetto dipendenza per il quale recuperare il valore della FontStretch proprietà.

Valori restituiti

Valore corrente della FontStretch proprietà associata nell'oggetto dipendenza specificato.

Eccezioni

Si applica a

Vedi anche