ClassRadBarcode25Standard
Represents the RadBarcode25Standard for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadBarcode25Standard : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadBarcode25Standard
Implements:
Inherited Members
Constructors
RadBarcode25Standard()
Initializes a new instance of the RadBarcode25Standard class.
Declaration
public RadBarcode25Standard()
Properties
BarcodeColor
Get the barcode color.
BarcodeColorValue
Get the selected color RGB representation. Example: '255:0:0'.
BarcodeHeight
Get the barcode height.
BarcodeText
Get the barcode text.
BarcodeTextBlock
Get the Barcode text block.
BarcodeType
Get the barcode type.
BarcodeWidth
Get the barcode width.
FontSize
Get the barcode text font size.
LeftPartCode
Get the LeftPartCode.
LeftPartCodeHeight
Get the LeftPartCode height.
LeftPartCodeWidth
Get the LeftPartCode width.
PartsCount
Get the parts count.
TextBlocksCount
Get the textblocks count.
TextColor
Get the text color.
TextColorValue
Get the selected color RGB representation. Example: '255:0:0'.
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