Enum
SizingMode

Defines the options for barcode rendering.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.DataVisualization.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. The 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 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