Formatting Properties
A container of values, which are applied to a control when its owner Formatting Rule‘s condition is true.| Name | Description |
|---|---|
| BackColor | Gets or sets the background color stored in this style. Inherited from XRControlStyle. |
| BorderColor | Gets or sets the border color stored in this style. Inherited from XRControlStyle. |
| BorderDashStyle | Gets or sets the border dash style stored in this style. Inherited from XRControlStyle. |
| Borders | Specifies a set of borders (top, right, bottom, left) that should be visible for the control. Inherited from XRControlStyle. |
| BorderStyle | Overrides the BrickStyle.BorderStyle property. Inherited from XRControlStyle. |
| BorderWidth | Specifies the border width, in floating point values. Inherited from XRControlStyle. |
| BorderWidthSerializable | Gets or sets the string value used to support serialization of the BrickStyle.BorderWidth property. Inherited from BrickStyle. |
| Container | Gets the container of this control style object. Inherited from XRControlStyle. |
| DefaultFont static | Gets the default font for a brick style. Inherited from BrickStyle. |
| Font | Gets or sets the font stored in this style. Inherited from XRControlStyle. |
| ForeColor | Gets or sets the foreground color stored in this style. Inherited from XRControlStyle. |
| IsDisposed | For internal use. Gets a value indicating whether the control has been disposed of. Inherited from XRControlStyle. |
| IsJustified | Specifies whether or not the brick’s alignment is justified. Inherited from BrickStyle. |
| IsTransparent | Gets a value indicating whether the brick style paints a transparent brick. Inherited from BrickStyle. |
| Name | Gets or sets the control style name. Inherited from XRControlStyle. |
| Padding | Gets or sets the padding stored in this style. Inherited from XRControlStyle. |
| Sides | Overrides the BrickStyle.Sides property. Inherited from XRControlStyle. |
| Site | Gets or sets the site associated with this control style. Inherited from XRControlStyle. |
| StringFormat | Overrides the BrickStyle.StringFormat property. Inherited from XRControlStyle. |
| StyleUsing | Gets the object that determines which of the current style’s properties are used by the current XRControl object. Inherited from XRControlStyle. |
| TextAlignment | Gets or sets the text alignment stored in this style. Inherited from XRControlStyle. |
| Visible | Gets or sets the visibility state. |
See Also