Språk

TextOptions.GetTextFormattingMode(DependencyObject) Metod

Definition

TextFormattingMode Hämtar för det angivna elementet.

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

Parametrar

element
DependencyObject

Elementet som ska hämtas TextFormattingMode för.

Returer

För TextFormattingModeelement.

Gäller för

Se även