ClassRadBarcodeUPCA
Represents the RadBarcodeUPCA for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadBarcodeUPCA : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadBarcodeUPCA
Implements:
Inherited Members
Constructors
RadBarcodeUPCA()
Initializes a new instance of the RadBarcodeUPCA class.
Declaration
public RadBarcodeUPCA()
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.
EndBarUPCA
Get the EndBarUPCA.
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.
LeadingBarUPCA
Get the LeadingBarUPCA.
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'.
LeftPartUPCA
Get the LeftPartUPCA.
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'.
MiddlePartUPCA
Get the MiddlePartUPCA.
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'.
RightPartUPCA
Get the RightPartUPCA.
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