Version

BarsFillMode Enumeration

BarsFillMode specifies how the grid fills within the barcode control dimensions.
Syntax
public enum BarsFillMode : System.Enum 
Members
MemberDescription
EnsureEqualSizeEnsureEqualSize mode ensures that every grid column/row has the same pixels number width/height. The sum of all columns/rows pixels may be less than the width/height of the control.
FillSpaceFillSpace mode ensures that the barcode grid fills the control dimensions.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also