Class BarcodeAutomationPeer
Exposes Barcode control to UI Automation
Inheritance
System.Object
BarcodeAutomationPeer
Implements
Microsoft.UI.Xaml.Automation.Provider.IValueProvider
Assembly: Syncfusion.Barcode.WinUI.dll
Syntax
public class BarcodeAutomationPeer : FrameworkElementAutomationPeer, IValueProvider
Constructors
BarcodeAutomationPeer(SfBarcode)
Declaration
public BarcodeAutomationPeer(SfBarcode control)
Parameters
Type |
Name |
Description |
SfBarcode |
control |
The owner element.
|
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
Value
Declaration
public string Value { get; }
Property Value
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type |
Microsoft.UI.Xaml.Automation.Peers.AutomationControlType |
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
Type |
Name |
Description |
Microsoft.UI.Xaml.Automation.Peers.PatternInterface |
patternInterface |
|
Returns
SetValue(String)
Declaration
public void SetValue(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Implements
Microsoft.UI.Xaml.Automation.Provider.IValueProvider