SizingMode
Enum
Specifies how the barcode should be sized within its container.
Definition
Namespace:Telerik.Maui.Controls.Barcode
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum SizingMode
Fields
The barcode size is manually controlled.
C#
Manual = 2
The barcode is sized to snap to a specific module size.
C#
Snap = 1
The barcode is stretched to fill the available space.
C#
Stretch = 0