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

适用于

另请参阅