menu

WPF

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

    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
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Controls.Barcode
    Assembly: Syncfusion.SfBarcode.WPF.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved