TextParagraphProperties Class
Provides a set of properties, such as flow direction, alignment, or indentation, that can be applied to a paragraph. This is an abstract class.
Assembly: PresentationCore (in PresentationCore.dll)
| Name | Description | |
|---|---|---|
![]() | TextParagraphProperties() | Initializes a new instance of the TextParagraphProperties class. |
| Name | Description | |
|---|---|---|
![]() | AlwaysCollapsible | Gets a value that indicates whether a formatted line can always be collapsed. |
![]() | DefaultIncrementalTab | Gets the default incremental tab distance. |
![]() | DefaultTextRunProperties | Gets the default text run properties, such as typeface or foreground brush. |
![]() | FirstLineInParagraph | Gets a value that indicates whether the text run is the first line of the paragraph. |
![]() | FlowDirection | Gets a value that specifies whether the primary text advance direction shall be left-to-right, or right-to-left. |
![]() | Indent | Gets the amount of line indentation. |
![]() | LineHeight | Gets the height of a line of text. |
![]() | ParagraphIndent | Gets the amount of the paragraph indentation. |
![]() | Tabs | Gets a collection of tab definitions. |
![]() | TextAlignment | Gets a value that describes how an inline content of a block is aligned. |
![]() | TextDecorations | Gets the collection of TextDecoration objects. |
![]() | TextMarkerProperties | Gets a value that specifies marker characteristics of the first line in the paragraph. |
![]() | TextWrapping | Gets a value that controls whether text wraps when it reaches the flow edge of its containing block box. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
To create a text layout application that uses the services of the TextFormatter object, you must create a derived class that implements the methods of the TextParagraphProperties abstract class.
Available since 3.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.


