menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Barcode2DSettings - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Barcode2DSettings

    Barcode2DSettings class is used to configure the properties of 2D Barcode.

    Inheritance
    System.Object
    BarcodeSettings
    Barcode2DSettings
    DataMatrixSettings
    QRBarcodeSettings
    Namespace: Syncfusion.SfBarcode.XForms
    Assembly: Syncfusion.SfBarcode.XForms.dll
    Syntax
    public class Barcode2DSettings : BarcodeSettings

    Constructors

    Barcode2DSettings()

    Declaration
    public Barcode2DSettings()

    Fields

    XDimensionProperty

    Gets or sets the XDimension property.

    Declaration
    public static readonly BindableProperty XDimensionProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    XDimension

    The XDimension property is used to set the XDimension for 2D Barcode. This is a bindable property.

    Declaration
    public float XDimension { get; set; }
    Property Value
    Type Description
    System.Single

    This property takes the System.Single value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved