ZipCodeBrick.SegmentWidth Property
Gets or sets the width of the lines that the numbers in a zip code brick are drawn with.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value specifying the width (in pixels) of a ZipCodeBrick‘s lines. |
Remarks
Use this property to specify the width of the lines that the numbers in a zip code control are drawn with. Note, that the complete size of a numeral is calculated automatically according to the size of the ZipCodeBrick object.
See Also