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

適用於

另請參閱