ClassRadBarcode39
Represents the RadBarcode39 for Silverlight control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadBarcode39 : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadBarcode39
Implements:
Inherited Members
Constructors
RadBarcode39()
Initializes a new instance of the RadBarcode39 class.
Declaration
public RadBarcode39()
Properties
BarcodeColor
Get the barcode color.
BarcodeColorValue
Get the selected color RGB representation. Example: '255:0:0'.
BarcodeText
Get the barcode text.
BarcodeTextBlock
Get the Barcode text block.
BarcodeType
Get the barcode type.
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