SizingMode
Enum
Defines the options for barcode rendering.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum SizingMode
Fields
User can define the size of the smallest line or dot of the code through the Module property. The Module property is measured in device pixels.
C#
Manual = 2
The code is stretched to the available size, but each line or dot is drawn with exact number of pixels so they look sharp.
C#
Snap = 1
The code is stretched to fit exactly the available size, each line or dot size is calculated so they snap to the device pixels.
C#
Stretch = 0