XRControlStyle(Color, Color, BorderSide, Single, DXFont, Color, TextAlignment, PaddingInfo) Constructor
Initializes a new instance of the XRControlStyle class with specified settings.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public XRControlStyle(
Color backColor,
Color borderColor,
BorderSide sides,
float borderWidth,
DXFont font,
Color foreColor,
TextAlignment textAlignment,
PaddingInfo padding
)
Parameters
| Name | Type | Description |
|---|---|---|
| backColor | Color | A |
| borderColor | Color | A |
| sides | BorderSide | A |
| borderWidth | Single | A |
| font | DXFont | A |
| foreColor | Color | A |
| textAlignment | TextAlignment | A |
| padding | PaddingInfo | A |