TextBlock.SetFontFamily(DependencyObject, FontFamily) Metodo

Definizione

Imposta il valore della proprietà associata FontFamily su un oggetto dipendenza specificato.

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

Parametri

element
DependencyObject

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

value
FontFamily

Nuovo valore su cui impostare la proprietà.

Eccezioni

element è null.

Si applica a

Vedi anche