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
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.