TextOptions.GetTextHintingMode Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the TextHintingMode for this FrameworkElement.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Shared Function GetTextHintingMode ( _ target As FrameworkElement _ ) As TextHintingMode
Parameters
- target
- Type: System.Windows.FrameworkElement
The FrameworkElement to get this property on.
Return Value
Type: System.Windows.Media.TextHintingModeThe TextHintingMode for this FrameworkElement.
| Exception | Condition |
|---|---|
| ArgumentNullException | target is Nothing. |
This method provides support for the TextOptions.TextHintingMode attached property.
Show: