Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides text formatting properties.
Inheritance Hierarchy
System.Object
System.Windows.Media.TextFormatting.TextParagraphProperties
Microsoft.VisualStudio.Text.Formatting.TextFormattingParagraphProperties
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Class TextFormattingParagraphProperties _
Inherits TextParagraphProperties
public class TextFormattingParagraphProperties : TextParagraphProperties
public ref class TextFormattingParagraphProperties : public TextParagraphProperties
type TextFormattingParagraphProperties =
class
inherit TextParagraphProperties
end
public class TextFormattingParagraphProperties extends TextParagraphProperties
The TextFormattingParagraphProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TextFormattingParagraphProperties(TextFormattingRunProperties) | Initializes a new instance of TextFormattingParagraphProperties. |
![]() |
TextFormattingParagraphProperties(TextFormattingRunProperties, Double) | Initializes a new instance of TextFormattingParagraphProperties. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AlwaysCollapsible | Gets a value that indicates whether a formatted line can always be collapsed. (Inherited from TextParagraphProperties.) |
![]() |
DefaultIncrementalTab | Gets the default incremental tab. (Overrides TextParagraphProperties.DefaultIncrementalTab.) |
![]() |
DefaultTextRunProperties | Gets the default text run properties. (Overrides TextParagraphProperties.DefaultTextRunProperties.) |
![]() |
FirstLineInParagraph | Determines whether this is the first line in a paragraph. (Overrides TextParagraphProperties.FirstLineInParagraph.) |
![]() |
FlowDirection | Gets the flow direction. (Overrides TextParagraphProperties.FlowDirection.) |
![]() |
Indent | Gets the size of the indent. (Overrides TextParagraphProperties.Indent.) |
![]() |
LineHeight | Gets the line height. (Overrides TextParagraphProperties.LineHeight.) |
![]() |
ParagraphIndent | Gets the amount of the paragraph indentation. (Inherited from TextParagraphProperties.) |
![]() |
Tabs | Gets a collection of tab definitions. (Inherited from TextParagraphProperties.) |
![]() |
TextAlignment | Gets the text alignment. (Overrides TextParagraphProperties.TextAlignment.) |
![]() |
TextDecorations | Gets the collection of TextDecoration objects. (Inherited from TextParagraphProperties.) |
![]() |
TextMarkerProperties | Gets the text marker properties. (Overrides TextParagraphProperties.TextMarkerProperties.) |
![]() |
TextWrapping | Gets the text wrapping. (Overrides TextParagraphProperties.TextWrapping.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | 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 a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
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.