Class SizingMode
Defines the options for barcode rendering.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class SizingMode : Enum
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
public const SizingMode Manual
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
public const SizingMode Snap
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
public const SizingMode Stretch
Field Value
SizingMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|