Enum
SizingMode

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

Declaration

cs-api-definition
Manual = 2

Field Value

SizingMode

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

Declaration

cs-api-definition
Snap = 1

Field Value

SizingMode

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

Declaration

cs-api-definition
Stretch = 0

Field Value

SizingMode

In this article
DefinitionFieldsManualSnapStretch
Not finding the help you need?
Contact Support