TcxEditRepositoryBarCodeItem.Properties Property
Provides access to stored barcode settings.
Declaration
property Properties: TdxBarCodeProperties read; write;
Property Value
Type | Description |
---|---|
TdxBarCodeProperties | Stores barcode appearance settings. |
Remarks
You can use Properties
.BarCodeSymbologyClassName and Properties
.Symbology properties to switch between available barcode types and customize settings specific to the selected type.
Refer to the TdxBarCodeProperties class description for detailed information on all available options.
See Also