ClassRadBarcodeUPCE
Represents the RadBarcodeUPCE for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadBarcodeUPCE : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadBarcodeUPCE
Implements:
Inherited Members
Constructors
RadBarcodeUPCE()
Initializes a new instance of the RadBarcodeUPCE class.
Declaration
public RadBarcodeUPCE()
Properties
BarcodeType
Get the barcode type.
EndBarColor
Get the end bar color.
EndBarColorValue
Get the selected color RGB representation. Example: '255:0:0'.
EndBarHeight
Get the EndBar height.
EndBarUPCE
Get the EndBarUPCE.
EndBarWidth
Get the EndBar width.
EndText
Get the end text.
EndTextBlock
Get the End textblock.
EndTextColor
Get the end text color.
EndTextColorValue
Get the selected color RGB representation. Example: '255:0:0'.
EndTextFontSize
Get the end text font size.
LeadingBarColor
Get the leading bar color.
LeadingBarColorValue
Get the selected color RGB representation. Example: '255:0:0'.
LeadingBarHeight
Get the LeadingBar height.
LeadingBarUPCE
Get the LeadingBarUPCE.
LeadingBarWidth
Get the LeadingBar width.
LeadingText
Get the leading text.
LeadingTextBlock
Get the Leading textblock.
LeadingTextColor
Get the leading text color.
LeadingTextColorValue
Get the selected color RGB representation. Example: '255:0:0'.
LeadingTextFontSize
Get the leading text font size.
LeftPartCodeHeight
Get the LeftPartCode height.
LeftPartCodeWidth
Get the LeftPartCode width.
LeftPartColor
Get the left part color.
LeftPartColorValue
Get the selected color RGB representation. Example: '255:0:0'.
LeftPartUPCE
Get the LeftPartUPCE.
LeftText
Get the left text.
LeftTextBlock
Get the Left textblock.
LeftTextColor
Get the left text color.
LeftTextColorValue
Get the selected color RGB representation. Example: '255:0:0'.
LeftTextFontSize
Get the left text font size.
PartsCount
Get the parts count.
TextBlocksCount
Get the textblocks count.
Type
Get the barcode type.
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides