CodabarSymbology.StartStopPair Property
In This Article
Gets or sets the first (start) and last (stop) symbols used to code the bar code’s structure.
Namespace: DevExpress.WinUI.Controls
Assembly: DevExpress.WinUI.BarCode.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(CodabarStartStopPair.AT, Handler = "StartStopPairPropertyChanged")]
[TypeConverter(typeof(XamlEnumTypeConverter<CodabarStartStopPair>))]
public CodabarStartStopPair StartStopPair { get; set; }
#Property Value
Type | Description |
---|---|
DevExpress. |
The pair of start and stop symbols. |
See Also