ClassRadBarcodeEAN8
Represents the RadBarcodeEAN8 for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadBarcodeEAN8 : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadBarcodeEAN8
Implements:
Inherited Members
Constructors
RadBarcodeEAN8()
Initializes a new instance of the RadBarcodeEAN8 class.
Declaration
public RadBarcodeEAN8()
Properties
BarcodeType
Get the barcode type.
EndBarColor
Get the end bar color.
EndBarColorValue
Get the selected color RGB representation. Example: '255:0:0'.
EndBarEAN8
Get the EndBarEAN8.
EndBarHeight
Get the EndBar height.
EndBarWidth
Get the EndBar width.
LeadingBarColor
Get the leading bar color.
LeadingBarColorValue
Get the selected color RGB representation. Example: '255:0:0'.
LeadingBarEAN8
Get the LeadingBarEAN8.
LeadingBarHeight
Get the LeadingBar height.
LeadingBarWidth
Get the LeadingBar width.
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'.
LeftPartEAN8
Get the LeftPartEAN8.
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.
MiddlePartCodeHeight
Get the MiddlePartCode height.
MiddlePartCodeWidth
Get the MiddlePartCode width.
MiddlePartColor
Get the middle part color.
MiddlePartColorValue
Get the selected color RGB representation. Example: '255:0:0'.
MiddlePartEAN8
Get the MiddlePartEAN8.
PartsCount
Get the parts count.
RightPartCodeHeight
Get the RightPartCode height.
RightPartCodeWidth
Get the RightPartCode width.
RightPartColor
Get the right part color.
RightPartColorValue
Get the selected color RGB representation. Example: '255:0:0'.
RightPartEAN8
Get the RightPartEAN8.
RightText
Get the right text.
RightTextBlock
Get the Right textblock.
RightTextColor
Get the right text color.
RightTextColorValue
Get the selected color RGB representation. Example: '255:0:0'.
RightTextFontSize
Get the right text font size.
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