Class RadBarcodeEAN13
Inheritance
System.Object
RadBarcodeEAN13
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadBarcodeEAN13 : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadBarcodeEAN13()
Declaration
public RadBarcodeEAN13()
Properties
BarcodeType
EndBarColor
EndBarColorValue
Declaration
public string EndBarColorValue { get; }
Property Value
System.String
|
EndBarEAN13
EndBarHeight
Declaration
public double EndBarHeight { get; }
Property Value
System.Double
|
EndBarWidth
Declaration
public double EndBarWidth { get; }
Property Value
System.Double
|
LeadingBarColor
LeadingBarColorValue
Declaration
public string LeadingBarColorValue { get; }
Property Value
System.String
|
LeadingBarEAN13
LeadingBarHeight
Declaration
public double LeadingBarHeight { get; }
Property Value
System.Double
|
LeadingBarWidth
Declaration
public double LeadingBarWidth { get; }
Property Value
System.Double
|
LeadingText
Declaration
public string LeadingText { get; }
Property Value
System.String
|
LeadingTextBlock
LeadingTextColor
LeadingTextColorValue
Declaration
public string LeadingTextColorValue { get; }
Property Value
System.String
|
LeadingTextFontSize
Declaration
public double LeadingTextFontSize { get; }
Property Value
System.Double
|
LeftPartCodeHeight
Declaration
public double LeftPartCodeHeight { get; }
Property Value
System.Double
|
LeftPartCodeWidth
Declaration
public double LeftPartCodeWidth { get; }
Property Value
System.Double
|
LeftPartColor
LeftPartColorValue
Declaration
public string LeftPartColorValue { get; }
Property Value
System.String
|
LeftPartEAN13
LeftText
Declaration
public string LeftText { get; }
Property Value
System.String
|
LeftTextBlock
LeftTextColor
LeftTextColorValue
Declaration
public string LeftTextColorValue { get; }
Property Value
System.String
|
LeftTextFontSize
Declaration
public double LeftTextFontSize { get; }
Property Value
System.Double
|
MiddlePartCodeHeight
Declaration
public double MiddlePartCodeHeight { get; }
Property Value
System.Double
|
MiddlePartCodeWidth
Declaration
public double MiddlePartCodeWidth { get; }
Property Value
System.Double
|
MiddlePartColor
MiddlePartColorValue
Declaration
public string MiddlePartColorValue { get; }
Property Value
System.String
|
MiddlePartEAN13
PartsCount
Declaration
public int PartsCount { get; }
Property Value
System.Int32
|
RightPartCodeHeight
Declaration
public double RightPartCodeHeight { get; }
Property Value
System.Double
|
RightPartCodeWidth
Declaration
public double RightPartCodeWidth { get; }
Property Value
System.Double
|
RightPartColor
RightPartColorValue
Declaration
public string RightPartColorValue { get; }
Property Value
System.String
|
RightPartEAN13
RightText
Declaration
public string RightText { get; }
Property Value
System.String
|
RightTextBlock
RightTextColor
RightTextColorValue
Declaration
public string RightTextColorValue { get; }
Property Value
System.String
|
RightTextFontSize
Declaration
public double RightTextFontSize { get; }
Property Value
System.Double
|
TextBlocksCount
Declaration
public int TextBlocksCount { get; }
Property Value
System.Int32
|
Type
Declaration
public virtual string Type { get; }
Property Value
System.String
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|