TextOptions.GetTextFormattingMode(DependencyObject) メソッド

定義

指定された要素の TextFormattingMode を取得します。

public:
 static System::Windows::Media::TextFormattingMode GetTextFormattingMode(System::Windows::DependencyObject ^ element);
public static System.Windows.Media.TextFormattingMode GetTextFormattingMode (System.Windows.DependencyObject element);
static member GetTextFormattingMode : System.Windows.DependencyObject -> System.Windows.Media.TextFormattingMode
Public Shared Function GetTextFormattingMode (element As DependencyObject) As TextFormattingMode

パラメーター

element
DependencyObject

TextFormattingMode を取得する対象の要素。

戻り値

TextFormattingMode

elementTextFormattingMode

適用対象

こちらもご覧ください