Class RadBarcode
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Barcode
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class RadBarcode : RadLayout
Constructors
RadBarcode()
Declaration
public RadBarcode()
Fields
ErrorMessageProperty
Declaration
public static readonly BindableProperty ErrorMessageProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ForegroundColorProperty
Declaration
public static readonly BindableProperty ForegroundColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IsValidProperty
Declaration
public static readonly BindableProperty IsValidProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SymbologyProperty
Declaration
public static readonly BindableProperty SymbologyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ValueProperty
Declaration
public static readonly BindableProperty ValueProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ErrorMessage
Declaration
public string ErrorMessage { get; set; }
Property Value
System.String
|
ForegroundColor
Declaration
public Color ForegroundColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
IsValid
Declaration
public bool IsValid { get; set; }
Property Value
System.Boolean
|
Symbology
Value
Declaration
public string Value { get; set; }
Property Value
System.String
|
Methods
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.String
propertyName
|
OnSymbologyPropertyChanged(Object, PropertyChangedEventArgs)
Called when a property of the symbology changes. Suitable for performing necessary updates based on the changes.
Declaration
protected virtual void OnSymbologyPropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
System.Object
sender
|
System.ComponentModel.PropertyChangedEventArgs
e
|