Back to Devexpress

XRControlStyle Constructors

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrcontrolstyle-dot-ctor.md

latest2.9 KB
Original Source

XRControlStyle Constructors

An individual style object that is also a base for all conditional formatting objects.

NameParametersDescription
XRControlStyle()noneInitializes a new instance of the XRControlStyle class with the default settings.
XRControlStyle(XRControlStyle)srcInitializes a new instance of the XRControlStyle class and copies the settings from the object passed as the parameter.
XRControlStyle(Color, Color, BorderSide, Single, DXFont, Color, TextAlignment, PaddingInfo, BorderDashStyle)backColor, borderColor, sides, borderWidth, font, foreColor, textAlignment, padding, borderDashStyleInitializes a new instance of the XRControlStyle class with specified settings.
XRControlStyle(Color, Color, BorderSide, Single, DXFont, Color, TextAlignment, PaddingInfo)backColor, borderColor, sides, borderWidth, font, foreColor, textAlignment, paddingInitializes a new instance of the XRControlStyle class with specified settings.
XRControlStyle(Color, Color, BorderSide, Single, DXFont, Color, TextAlignment)backColor, borderColor, sides, borderWidth, font, foreColor, textAlignmentInitializes a new instance of the XRControlStyle class with specified settings.
XRControlStyle(Single)dpiInitializes a new instance of the XRControlStyle class with the specified dpi value.

See Also

XRControlStyle Class

XRControlStyle Members

DevExpress.XtraReports.UI Namespace