TextElement.SetFontStretch(DependencyObject, FontStretch) Método

Definición

Establece el valor de la propiedad adjunta FontStretch de un objeto de dependencia especificado.

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)

Parámetros

element
DependencyObject

Objeto de dependencia para el que se establece el valor de la propiedad FontStretch.

value
FontStretch

Nuevo valor en el que se va a establecer la propiedad.

Excepciones

Se aplica a

Consulte también