Class RadBarcode
Inheritance
System.Object
RadBarcode
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadBarcode : RadControl
Constructors
Fields
Declaration
public static readonly DependencyProperty ErrorMessageProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty IsValidProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty SymbologyProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ValueProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public string ErrorMessage { get; }
Property Value
Declaration
public bool IsValid { get; }
Property Value
Declaration
public SymbologyBase Symbology { get; set; }
Property Value
Declaration
public string Value { get; set; }
Property Value
Methods
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
|
Windows.Foundation.Size
availableSize
|
Returns
Overrides
Declaration
protected override void OnApplyTemplate()
Overrides
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
Extension Methods