TextElement.GetFontStretch(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata FontStretch relativa a un oggetto 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 cui recuperare il valore della proprietà FontStretch.

Restituisce

FontStretch

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

Eccezioni

Si applica a

Vedi anche