ClassRadBarcode128
Represents the RadBarcode128 for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadBarcode128 : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadBarcode128
Implements:
Inherited Members
Constructors
RadBarcode128()
Initializes a new instance of the RadBarcode128 class.
Declaration
public RadBarcode128()
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