Class RadBarcodeUPCE
Inheritance
System.Object
RadBarcodeUPCE
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 RadBarcodeUPCE : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadBarcodeUPCE()
Declaration
public RadBarcodeUPCE()
Properties
BarcodeType
EndBarColor
EndBarColorValue
Declaration
public string EndBarColorValue { get; }
Property Value
System.String
|
EndBarHeight
Declaration
public double EndBarHeight { get; }
Property Value
System.Double
|
EndBarUPCE
EndBarWidth
Declaration
public double EndBarWidth { get; }
Property Value
System.Double
|
EndText
Declaration
public string EndText { get; }
Property Value
System.String
|
EndTextBlock
EndTextColor
EndTextColorValue
Declaration
public string EndTextColorValue { get; }
Property Value
System.String
|
EndTextFontSize
Declaration
public double EndTextFontSize { get; }
Property Value
System.Double
|
LeadingBarColor
LeadingBarColorValue
Declaration
public string LeadingBarColorValue { get; }
Property Value
System.String
|
LeadingBarHeight
Declaration
public double LeadingBarHeight { get; }
Property Value
System.Double
|
LeadingBarUPCE
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
|
LeftPartUPCE
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
|
PartsCount
Declaration
public int PartsCount { get; }
Property Value
System.Int32
|
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
|