RadBarcodeUPCE
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadBarcodeUPCE : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadBarcodeUPCE...
Implements:
Inherited Members
Constructors
C#
public RadBarcodeUPCE()
Properties
C#
public BarcodeTypes BarcodeType { get; }
C#
public Color EndBarColor { get; }
C#
public string EndBarColorValue { get; }
C#
public double EndBarHeight { get; }
C#
public Path EndBarUPCE { get; }
C#
public double EndBarWidth { get; }
C#
public TextBlock EndTextBlock { get; }
C#
public Color EndTextColor { get; }
C#
public string EndTextColorValue { get; }
C#
public double EndTextFontSize { get; }
C#
public Color LeadingBarColor { get; }
C#
public string LeadingBarColorValue { get; }
C#
public double LeadingBarHeight { get; }
C#
public Path LeadingBarUPCE { get; }
C#
public double LeadingBarWidth { get; }
C#
public string LeadingText { get; }
C#
public TextBlock LeadingTextBlock { get; }
C#
public Color LeadingTextColor { get; }
C#
public string LeadingTextColorValue { get; }
C#
public double LeadingTextFontSize { get; }
C#
public double LeftPartCodeHeight { get; }
C#
public double LeftPartCodeWidth { get; }
C#
public Color LeftPartColor { get; }
C#
public string LeftPartColorValue { get; }
C#
public Path LeftPartUPCE { get; }
C#
public TextBlock LeftTextBlock { get; }
C#
public Color LeftTextColor { get; }
C#
public string LeftTextColorValue { get; }
C#
public double LeftTextFontSize { get; }
C#
public int PartsCount { get; }
C#
public int TextBlocksCount { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: