EnumSizingMode
Enum
Defines possible ways for rendering the barcode.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public enum SizingMode
Fields
Manual
User can define the size of the smallest line or dot of the code through the Module property and the other lines and dots multiply that size. Module property is measured in device pixels
Snap
The code is stretched to the available size, but each line or dot is drawn with exact number of pixels so they look sharp
Stretch
The code is stretched in such a way to fit exactly the available size, each line or dot size is calculated so they snap to the device pixels