TextPatternIdentifiers Class
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Contains values that are used as identifiers for the ITextProvider class.
Inheritance Hierarchy
System.Object
System.Windows.Automation.TextPatternIdentifiers
Namespace: System.Windows.Automation
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public NotInheritable Class TextPatternIdentifiers
public static class TextPatternIdentifiers
The TextPatternIdentifiers type exposes the following members.
Fields
Name | Description | |
---|---|---|
AnimationStyleAttribute | Identifies the AnimationStyle attribute of a text range. | |
BackgroundColorAttribute | Identifies the BackgroundColor attribute of a text range. | |
BulletStyleAttribute | Identifies the BulletStyle attribute of a text range. | |
CapStyleAttribute | Identifies the CapStyle attribute of a text range. | |
CultureAttribute | Identifies 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). | |
FontNameAttribute | Identifies the FontName attribute of a text range. | |
FontSizeAttribute | Identifies the FontSize attribute of a text range. | |
FontWeightAttribute | Identifies the FontWeight attribute of a text range. | |
ForegroundColorAttribute | Identifies the ForegroundColor attribute of a text range. | |
HorizontalTextAlignmentAttribute | Identifies the HorizontalTextAlignment attribute of a text range. | |
IndentationFirstLineAttribute | Identifies the IndentationFirstLine attribute of a text range. | |
IndentationLeadingAttribute | Identifies the IndentationLeadingattribute of a text range. | |
IndentationTrailingAttribute | Identifies the IndentationTrailingattribute of a text range. | |
IsHiddenAttribute | Identifies the IsHidden attribute of a text range. | |
IsItalicAttribute | Identifies the IsItalic attribute of a text range. | |
IsReadOnlyAttribute | Identifies the IsReadOnly attribute of a text range. | |
IsSubscriptAttribute | Identifies the IsSubscript attribute of a text range. | |
IsSuperscriptAttribute | Identifies the IsSuperscript attribute of a text range. | |
MarginBottomAttribute | Identifies the MarginBottom attribute of a text range. | |
MarginLeadingAttribute | Identifies the MarginLeading attribute of a text range. | |
MarginTopAttribute | Identifies the MarginTop attribute of a text range. | |
MarginTrailingAttribute | Identifies the MarginTrailing attribute of a text range. | |
OutlineStylesAttribute | Identifies the OutlineStyles attribute of a text range. | |
OverlineColorAttribute | Identifies the OverlineColor attribute of a text range. | |
OverlineStyleAttribute | Identifies the OverlineStyle attribute of a text range. | |
StrikethroughColorAttribute | Identifies the StrikethroughColor attribute of a text range. | |
StrikethroughStyleAttribute | Identifies the StrikethroughStyle attribute of a text range. | |
TabsAttribute | Identifies the Tabs attribute of a text range. | |
TextFlowDirectionsAttribute | Identifies the TextFlowDirections attribute of a text range. | |
UnderlineColorAttribute | Identifies the UnderlineColor attribute of a text range. | |
UnderlineStyleAttribute | Identifies the UnderlineStyle attribute of a text range. |
Top
Version Information
Silverlight
Supported in: 5, 4
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.