A newer version of this page is available.
Switch to the current version.
SubreportBase.TextAlignment Property
Overrides the XRControl.TextAlignment property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
public override TextAlignment TextAlignment { get; set; }
Public Overrides Property TextAlignment As TextAlignment
Property Value
Type | Description |
---|---|
TextAlignment | A TextAlignment enumeration value that specifies how the text is aligned in the control. |
Remarks
This property is overridden to hide the corresponding property of the XRControl class, since the TextAlignment property isn't appropriate for the SubreportBase control.
See Also
Feedback