TextFormattingParagraphProperties.TextAlignment, propriété
Obtient l'alignement de texte.
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 TextAlignment As TextAlignment
public override TextAlignment TextAlignment { get; }
public:
virtual property TextAlignment TextAlignment {
TextAlignment get () override;
}
abstract TextAlignment : TextAlignment with get
override TextAlignment : TextAlignment with get
override function get TextAlignment () : TextAlignment
Valeur de propriété
Type : TextAlignment
Alignement du texte.
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.