FastReport.Net.Demo by Fast Reports Inc.

<PackageReference Include="FastReport.Net.Demo" Version="2022.2.5" />

.NET API 15,777,792 bytes

 ZipCodeObject

Represents a zip code object.
public string DataColumn { get; set; }

Gets or sets a data column name bound to this control.

public string Expression { get; set; }

Gets or sets an expression that contains the zip code.

public int SegmentCount { get; set; }

Gets or sets the number of segments in zipcode.

public float SegmentHeight { get; set; }

Gets or sets the height of a single zipcode segment, in pixels.

public float SegmentWidth { get; set; }

Gets or sets the width of a single zipcode segment, in pixels.

public bool ShowGrid { get; set; }

Gets or sets a value indicating whether the segment grid should be drawn.

public bool ShowMarkers { get; set; }

Gets or sets a value indicating whether the reference markers should be drawn.

public float Spacing { get; set; }

Gets or sets the spacing between origins of segments, in pixels.

public string Text { get; set; }

Gets or sets the zip code.

public ZipCodeObject()

Initializes a new instance of the ZipCodeObject with the default settings.