menu

WinUI

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

    Show / Hide Table of Contents

    Class BarcodeRotation

    Specifies the SfBarcode rotation and decide the angle in which barcode should be displayed.

    Inheritance
    System.Object
    BarcodeRotation
    Namespace: Syncfusion.UI.Xaml.Barcode
    Assembly: Syncfusion.Barcode.WinUI.dll
    Syntax
    public sealed class BarcodeRotation : Enum

    Fields

    Angle0

    The SfBarcode control is rotated by 0 degree.

    Declaration
    public const BarcodeRotation Angle0
    Field Value
    Type Description
    BarcodeRotation

    Angle180

    The SfBarcode control is rotated by 180 degree.

    Declaration
    public const BarcodeRotation Angle180
    Field Value
    Type Description
    BarcodeRotation

    Angle270

    The SfBarcode control is rotated by 270 degree.

    Declaration
    public const BarcodeRotation Angle270
    Field Value
    Type Description
    BarcodeRotation

    Angle90

    The SfBarcode control is rotated by 90 degree.

    Declaration
    public const BarcodeRotation Angle90
    Field Value
    Type Description
    BarcodeRotation

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved