Skip to main content

BrickStyle(Single) Constructor

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

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