TextPatternIdentifiers Class

TextPatternIdentifiers Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Contains values that are used as identifiers for the ITextProvider class.

System::Object
  System.Windows.Automation::TextPatternIdentifiers

Namespace:  System.Windows.Automation
Assembly:  System.Windows (in System.Windows.dll)

No code example is currently available or this language may not be supported.

The TextPatternIdentifiers type exposes the following members.

  NameDescription
Public fieldStatic memberAnimationStyleAttributeIdentifies the AnimationStyle attribute of a text range.
Public fieldStatic memberBackgroundColorAttributeIdentifies the BackgroundColor attribute of a text range.
Public fieldStatic memberBulletStyleAttributeIdentifies the BulletStyle attribute of a text range.
Public fieldStatic memberCapStyleAttributeIdentifies the CapStyle attribute of a text range.
Public fieldStatic memberCultureAttributeIdentifies the Culture (CultureInfo) attribute of a text range. Includes the sub-language level; for example, specifies French–Switzerland (fr-CH) instead of merely French (fr).
Public fieldStatic memberFontNameAttributeIdentifies the FontName attribute of a text range.
Public fieldStatic memberFontSizeAttributeIdentifies the FontSize attribute of a text range.
Public fieldStatic memberFontWeightAttributeIdentifies the FontWeight attribute of a text range.
Public fieldStatic memberForegroundColorAttributeIdentifies the ForegroundColor attribute of a text range.
Public fieldStatic memberHorizontalTextAlignmentAttributeIdentifies the HorizontalTextAlignment attribute of a text range.
Public fieldStatic memberIndentationFirstLineAttributeIdentifies the IndentationFirstLine attribute of a text range.
Public fieldStatic memberIndentationLeadingAttributeIdentifies the IndentationLeadingattribute of a text range.
Public fieldStatic memberIndentationTrailingAttributeIdentifies the IndentationTrailingattribute of a text range.
Public fieldStatic memberIsHiddenAttributeIdentifies the IsHidden attribute of a text range.
Public fieldStatic memberIsItalicAttributeIdentifies the IsItalic attribute of a text range.
Public fieldStatic memberIsReadOnlyAttributeIdentifies the IsReadOnly attribute of a text range.
Public fieldStatic memberIsSubscriptAttributeIdentifies the IsSubscript attribute of a text range.
Public fieldStatic memberIsSuperscriptAttributeIdentifies the IsSuperscript attribute of a text range.
Public fieldStatic memberMarginBottomAttributeIdentifies the MarginBottom attribute of a text range.
Public fieldStatic memberMarginLeadingAttributeIdentifies the MarginLeading attribute of a text range.
Public fieldStatic memberMarginTopAttributeIdentifies the MarginTop attribute of a text range.
Public fieldStatic memberMarginTrailingAttributeIdentifies the MarginTrailing attribute of a text range.
Public fieldStatic memberOutlineStylesAttributeIdentifies the OutlineStyles attribute of a text range.
Public fieldStatic memberOverlineColorAttributeIdentifies the OverlineColor attribute of a text range.
Public fieldStatic memberOverlineStyleAttributeIdentifies the OverlineStyle attribute of a text range.
Public fieldStatic memberStrikethroughColorAttributeIdentifies the StrikethroughColor attribute of a text range.
Public fieldStatic memberStrikethroughStyleAttributeIdentifies the StrikethroughStyle attribute of a text range.
Public fieldStatic memberTabsAttributeIdentifies the Tabs attribute of a text range.
Public fieldStatic memberTextFlowDirectionsAttributeIdentifies the TextFlowDirections attribute of a text range.
Public fieldStatic memberUnderlineColorAttributeIdentifies the UnderlineColor attribute of a text range.
Public fieldStatic memberUnderlineStyleAttributeIdentifies the UnderlineStyle attribute of a text range.
Top

Windows Phone OS

Supported in: 8.1, 8.0, 7.1

Windows Phone

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Show:
© 2017 Microsoft