Поделиться через


TextFormattingParagraphProperties.FirstLineInParagraph Property

Determines whether this is the first line in a paragraph.

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

Syntax

'Декларация
Public Overrides ReadOnly Property FirstLineInParagraph As Boolean
    Get
public override bool FirstLineInParagraph { get; }
public:
virtual property bool FirstLineInParagraph {
    bool get () override;
}
abstract FirstLineInParagraph : bool
override FirstLineInParagraph : bool
override function get FirstLineInParagraph () : boolean

Property Value

Type: System.Boolean
true if this is the first line in a paragraph, otherwise false.

.NET Framework Security

See Also

Reference

TextFormattingParagraphProperties Class

Microsoft.VisualStudio.Text.Formatting Namespace