ClassQRCode
Represents the QR symbology type.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public sealed class QRCode : SymbologyBase
Inheritance: objectInheritanceContextPropagatorSymbologyBaseQRCode
Inherited Members
Constructors
QRCode()
Declaration
public QRCode()
Fields
ApplicationIndicatorProperty
Registers the ApplicationIndicator Dependency property.
Declaration
public static readonly DependencyProperty ApplicationIndicatorProperty
Field Value
DependencyProperty
CodeModeProperty
Registers the CodeMode Dependency property.
Declaration
public static readonly DependencyProperty CodeModeProperty
Field Value
DependencyProperty
ECIModeProperty
Registers the ECIMode Dependency property.
Declaration
public static readonly DependencyProperty ECIModeProperty
Field Value
DependencyProperty
ErrorCorrectionLevelProperty
Registers the ErrorCorrectionLevel Dependency property.
Declaration
public static readonly DependencyProperty ErrorCorrectionLevelProperty
Field Value
DependencyProperty
FNC1ModeProperty
Registers the FNC1Mode Dependency property.
Declaration
public static readonly DependencyProperty FNC1ModeProperty
Field Value
DependencyProperty
VersionProperty
Registers the Version Dependency property.
Declaration
public static readonly DependencyProperty VersionProperty
Field Value
DependencyProperty
Properties
ApplicationIndicator
Gets or sets the application identifier to be encoded in the QR code.
Declaration
public string ApplicationIndicator { get; set; }
Property Value
CodeMode
Gets or sets the type of code that will be used for encoding, such as Numeric, Alphanumeric, Byte or Kanji.
ECIMode
Gets or sets the Extended Channel Interpretation (ECI) mode, which allows for encoding of characters from other sets.
ErrorCorrectionLevel
Gets or sets how much data will be available for error correction.
Declaration
public ErrorCorrectionLevel ErrorCorrectionLevel { get; set; }
Property Value
FNC1Mode
Gets or sets application of special formatting to the code data.
Version
Gets or sets the version of the QR code. The version determines the size of the QR code and the amount of information that can be encoded. Accepted values are in the range [1..40]. If you set the version to a number outside this range, version will be calculated automatically.
Methods
OnSymbologyModelPropertyChanged(string)
Occurs when a property of the symbology model changes.
Declaration
protected override void OnSymbologyModelPropertyChanged(string propertyName)
Parameters
propertyName
Overrides
OnSymbologyPropertyChanged()
Occurs when a property of the symbology changes.
Declaration
protected override void OnSymbologyPropertyChanged()
Overrides