TextElement.SetFontStretch(DependencyObject, FontStretch) Metodo

Definizione

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

public:
 static void SetFontStretch(System::Windows::DependencyObject ^ element, System::Windows::FontStretch value);
public static void SetFontStretch (System.Windows.DependencyObject element, System.Windows.FontStretch value);
static member SetFontStretch : System.Windows.DependencyObject * System.Windows.FontStretch -> unit
Public Shared Sub SetFontStretch (element As DependencyObject, value As FontStretch)

Parametri

element
DependencyObject

Oggetto dipendenza per cui impostare il valore della proprietà FontStretch.

value
FontStretch

Nuovo valore su cui impostare la proprietà.

Eccezioni

Si applica a

Vedi anche