TextFormattingParagraphProperties.FirstLineInParagraph, propriété
Détermine s'il s'agit de la première ligne d'un paragraphe.
Espace de noms : Microsoft.VisualStudio.Text.Formatting
Assembly : Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property FirstLineInParagraph As Boolean
public override bool FirstLineInParagraph { get; }
public:
virtual property bool FirstLineInParagraph {
bool get () override;
}
abstract FirstLineInParagraph : bool with get
override FirstLineInParagraph : bool with get
override function get FirstLineInParagraph () : boolean
Valeur de propriété
Type : Boolean
true si c'est la première entrée ligne un paragraphe, sinon false.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.