menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Barcode2DSetting - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Barcode2DSetting

    Base class for 2 dimensional bar code type settings.

    Inheritance
    System.Object
    Settings
    Barcode2DSetting
    DataMatrixSetting
    QRBarcodeSetting
    Implements
    IBarcodeSetting
    Namespace: Syncfusion.UI.Xaml.Controls.Barcode
    Assembly: Syncfusion.SfBarcode.UWP.dll
    Syntax
    public abstract class Barcode2DSetting : Settings, IBarcodeSetting

    Constructors

    Barcode2DSetting()

    Initializes Barcode2DSetting class.

    Declaration
    public Barcode2DSetting()

    Properties

    XDimension

    Gets or sets the XDimension for the 2D barcodes.

    Declaration
    public double XDimension { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 4.

    Remarks

    The value is in pixel.

    Implements

    IBarcodeSetting

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved