Class DataMatrix
Inheritance
System.Object
DataMatrix
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DataMatrix : SymbologyBase
Constructors
Fields
Declaration
public static readonly DependencyProperty EncodationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SymbolSizeProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty TextEncodingProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public Encodation Encodation { get; set; }
Property Value
Declaration
public SymbolSize SymbolSize { get; set; }
Property Value
Declaration
public Encoding TextEncoding { get; set; }
Property Value
Methods
Declaration
protected override void OnInternalSymbologyPropertyChanged(string propertyName)
Parameters
|
System.String
propertyName
|
Overrides
Declaration
protected override void OnSymbologyPropertyChanged()
Overrides
Extension Methods