Skip to main content
A newer version of this page is available. .

XRControlStyle Constructors

An individual style object that is also a base for all conditional formatting objects.
Name Parameters Description
XRControlStyle() none Initializes a new instance of the XRControlStyle class with the default settings.
XRControlStyle(XRControlStyle) src Initializes a new instance of the XRControlStyle class and copies the settings from the object passed as the parameter.
XRControlStyle(Color, Color, BorderSide, Single, Font, Color, TextAlignment, PaddingInfo, BorderDashStyle) backColor, borderColor, sides, borderWidth, font, foreColor, textAlignment, padding, borderDashStyle Initializes a new instance of the XRControlStyle class with the specified settings.
XRControlStyle(Color, Color, BorderSide, Single, Font, Color, TextAlignment, PaddingInfo) backColor, borderColor, sides, borderWidth, font, foreColor, textAlignment, padding Initializes a new instance of the XRControlStyle class with the specified settings.
XRControlStyle(Color, Color, BorderSide, Single, Font, Color, TextAlignment) backColor, borderColor, sides, borderWidth, font, foreColor, textAlignment Initializes a new instance of the XRControlStyle class with the specified settings.
XRControlStyle(Single) dpi Initializes a new instance of the XRControlStyle class with the specified dpi value.
See Also