BrickStyle(Single) Constructor
Initializes a new instance of the BrickStyle class with the specified dpi value.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
dpi | Single | A Single value which specifies the dpi value for the BrickStyle‘s padding. |
Remarks
This constructor creates a new instance of the BrickStyle class, initializes it with default settings and sets the PaddingInfo.Dpi property of its BrickStyle.Padding to the specified dpi value.
See Also