TextOptions Class
Defines a set of attached properties that affect the way text is displayed in an element.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | TextFormattingMode | Gets the TextFormattingMode for the element. This is an attached property. |
![]() ![]() | TextHintingMode | Gets the TextHintingMode for the element. This is an attached property. |
![]() ![]() | TextRenderingMode | Sets the TextRenderingMode for the element. This is an attached property. |
| Name | Description | |
|---|---|---|
![]() ![]() | GetTextFormattingMode(DependencyObject^) | Gets the TextFormattingMode for the specified element. |
![]() ![]() | GetTextHintingMode(DependencyObject^) | Gets the TextHintingMode for the specified element. |
![]() ![]() | GetTextRenderingMode(DependencyObject^) | Gets the TextRenderingMode for the specified element. |
![]() ![]() | SetTextFormattingMode(DependencyObject^, TextFormattingMode) | Sets the TextFormattingMode for the specified element. |
![]() ![]() | SetTextHintingMode(DependencyObject^, TextHintingMode) | Sets the TextHintingMode for the specified element. |
![]() ![]() | SetTextRenderingMode(DependencyObject^, TextRenderingMode) | Sets the TextRenderingMode for the specified element. |
| Name | Description | |
|---|---|---|
![]() ![]() | TextFormattingModeProperty | Identifies the TextFormattingMode attached property. |
![]() ![]() | TextHintingModeProperty | Identifies the TextHintingMode attached property. |
![]() ![]() | TextRenderingModeProperty | Identifies the TextRenderingMode attached property. |
Available since 4.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



