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

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.v18.2.Core.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(0)]
public int SegmentWidth { get; set; }

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.

XRZipCode - SegmentWidth

See Also