Paragraph._TextAlign Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the text alignment.
public:
property Microsoft::ReportingServices::RdlObjectModel::TextAlignments _TextAlign { Microsoft::ReportingServices::RdlObjectModel::TextAlignments get(); };
[System.Xml.Serialization.XmlIgnore]
public Microsoft.ReportingServices.RdlObjectModel.TextAlignments _TextAlign { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this._TextAlign : Microsoft.ReportingServices.RdlObjectModel.TextAlignments
Public ReadOnly Property _TextAlign As TextAlignments
Property Value
A TextAlignments object.
- Attributes