TextElement.GetFontSize(DependencyObject) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した依存関係オブジェクトの FontSize 添付プロパティの値を返します。
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
パラメーター
- element
- DependencyObject
FontSize プロパティの値の取得対象となる依存関係オブジェクト。
戻り値
指定した依存関係オブジェクトの FontSize 添付プロパティの現在値。
- 属性
例外
d
が null
です。