Udostępnij za pośrednictwem


Właściwość Paragraph._TextAlign

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public ReadOnly Property _TextAlign As TextAlignments
    Get
'Użycie
Dim instance As Paragraph
Dim value As TextAlignments

value = instance._TextAlign
public TextAlignments _TextAlign { get; }
public:
property TextAlignments _TextAlign {
    TextAlignments get ();
}
member _TextAlign : TextAlignments
function get _TextAlign () : TextAlignments