英語で読む 編集

次の方法で共有


TextOptions Class

Definition

Defines a set of attached properties that affect the way text is displayed in an element.

C#
public static class TextOptions
Inheritance
TextOptions

Fields

TextFormattingModeProperty

Identifies the TextFormattingMode attached property.

TextHintingModeProperty

Identifies the TextHintingMode attached property.

TextRenderingModeProperty

Identifies the TextRenderingMode attached property.

Attached Properties

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.

Methods

Applies to

製品 バージョン
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also