BrickStyle.CreateDefault() Method
Creates the BrickStyle instance with the defaul settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Returns
Type | Description |
---|---|
BrickStyle | A BrickStyle object representing a new brick style. |
Remarks
Use the CreateDefault method to create a new brick style and assign the default settings to its properties. In this instance brick style settings are the following:
- All borders are visible;
- BrickStyle.BorderWidth is set to 1;
- BrickStyle.BorderColor is set to Black;
- BrickStyle.BackColor is set to White;
- BrickStyle.ForeColor is set to Black;
- BrickStyle.Font is set to BrickStyle.DefaultFont.
See Also