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