TextElement.GetFontSize(DependencyObject) Metodo

Definizione

Restituisce il valore della proprietà associata FontSize relativa a un oggetto dipendenza specificato.

public:
 static double GetFontSize(System::Windows::DependencyObject ^ element);
[System.ComponentModel.TypeConverter(typeof(System.Windows.FontSizeConverter))]
public static double GetFontSize (System.Windows.DependencyObject element);
[<System.ComponentModel.TypeConverter(typeof(System.Windows.FontSizeConverter))>]
static member GetFontSize : System.Windows.DependencyObject -> double
Public Shared Function GetFontSize (element As DependencyObject) As Double

Parametri

element
DependencyObject

Oggetto dipendenza per cui recuperare il valore della proprietà FontSize.

Restituisce

Double

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

Attributi

Eccezioni

Si applica a

Vedi anche