ClassRadBarcodeEAN13
Represents the RadBarcodeEAN13 for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadBarcodeEAN13 : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadBarcodeEAN13
Implements:
Inherited Members
Constructors
RadBarcodeEAN13()
Initializes a new instance of the RadBarcodeEAN13 class.
Declaration
public RadBarcodeEAN13()
Properties
BarcodeType
Get the barcode type.
EndBarColor
Get the end bar color.
EndBarColorValue
Get the selected color RGB representation. Example: '255:0:0'.
EndBarEAN13
Get the EndBarEAN13.
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'.
LeadingBarEAN13
Get the LeadingBarEAN13.
LeadingBarHeight
Get the LeadingBar height.
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'.
LeftPartEAN13
Get the LeftPartEAN13.
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'.
MiddlePartEAN13
Get the MiddlePartEAN13.
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'.
RightPartEAN13
Get the RightPartEAN13.
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