TextFormattingParagraphProperties Class

 

Provides text formatting properties.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

System.Object
  System.Windows.Media.TextFormatting.TextParagraphProperties
    Microsoft.VisualStudio.Text.Formatting.TextFormattingParagraphProperties

public class TextFormattingParagraphProperties : TextParagraphProperties

NameDescription
System_CAPS_pubmethodTextFormattingParagraphProperties(TextFormattingRunProperties)

Initializes a new instance of TextFormattingParagraphProperties.

System_CAPS_pubmethodTextFormattingParagraphProperties(TextFormattingRunProperties, Double)

Initializes a new instance of TextFormattingParagraphProperties.

NameDescription
System_CAPS_pubpropertyAlwaysCollapsible

(Inherited from TextParagraphProperties.)

System_CAPS_pubpropertyDefaultIncrementalTab

Gets the default incremental tab.(Overrides TextParagraphProperties.DefaultIncrementalTab.)

System_CAPS_pubpropertyDefaultTextRunProperties

Gets the default text run properties.(Overrides TextParagraphProperties.DefaultTextRunProperties.)

System_CAPS_pubpropertyFirstLineInParagraph

Determines whether this is the first line in a paragraph.(Overrides TextParagraphProperties.FirstLineInParagraph.)

System_CAPS_pubpropertyFlowDirection

Gets the flow direction.(Overrides TextParagraphProperties.FlowDirection.)

System_CAPS_pubpropertyIndent

Gets the size of the indent.(Overrides TextParagraphProperties.Indent.)

System_CAPS_pubpropertyLineHeight

Gets the line height.(Overrides TextParagraphProperties.LineHeight.)

System_CAPS_pubpropertyParagraphIndent

(Inherited from TextParagraphProperties.)

System_CAPS_pubpropertyTabs

(Inherited from TextParagraphProperties.)

System_CAPS_pubpropertyTextAlignment

Gets the text alignment.(Overrides TextParagraphProperties.TextAlignment.)

System_CAPS_pubpropertyTextDecorations

(Inherited from TextParagraphProperties.)

System_CAPS_pubpropertyTextMarkerProperties

Gets the text marker properties.(Overrides TextParagraphProperties.TextMarkerProperties.)

System_CAPS_pubpropertyTextWrapping

Gets the text wrapping.(Overrides TextParagraphProperties.TextWrapping.)

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: