RadBarcodeEAN8
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
C#
public class RadBarcodeEAN8 : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadBarcodeEAN8...
Implements:
Inherited Members
Constructors
C#
public RadBarcodeEAN8()
Properties
C#
public BarcodeTypes BarcodeType { get; }
C#
public Color EndBarColor { get; }
C#
public string EndBarColorValue { get; }
C#
public Path EndBarEAN8 { get; }
C#
public double EndBarHeight { get; }
C#
public double EndBarWidth { get; }
C#
public Color LeadingBarColor { get; }
C#
public string LeadingBarColorValue { get; }
C#
public Path LeadingBarEAN8 { get; }
C#
public double LeadingBarHeight { get; }
C#
public double LeadingBarWidth { get; }
C#
public double LeftPartCodeHeight { get; }
C#
public double LeftPartCodeWidth { get; }
C#
public Color LeftPartColor { get; }
C#
public string LeftPartColorValue { get; }
C#
public Path LeftPartEAN8 { get; }
C#
public TextBlock LeftTextBlock { get; }
C#
public Color LeftTextColor { get; }
C#
public string LeftTextColorValue { get; }
C#
public double LeftTextFontSize { get; }
C#
public double MiddlePartCodeHeight { get; }
C#
public double MiddlePartCodeWidth { get; }
C#
public Color MiddlePartColor { get; }
C#
public string MiddlePartColorValue { get; }
C#
public Path MiddlePartEAN8 { get; }
C#
public int PartsCount { get; }
C#
public double RightPartCodeHeight { get; }
C#
public double RightPartCodeWidth { get; }
C#
public Color RightPartColor { get; }
C#
public string RightPartColorValue { get; }
C#
public Path RightPartEAN8 { get; }
C#
public TextBlock RightTextBlock { get; }
C#
public Color RightTextColor { get; }
C#
public string RightTextColorValue { get; }
C#
public double RightTextFontSize { get; }
C#
public int TextBlocksCount { get; }
Methods
C#
public override void AssignReference(AutomationReference reference)
Overrides: