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

BrickStyle(Single) Constructor

Initializes a new instance of the BrickStyle class with the specified dpi value.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v19.2.dll

Declaration

public BrickStyle(
    float dpi
)

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