Class RadBarcodeUPCA
UPCA is a barcode which consists of 12 digits, one of which is a checksum.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
[Obsolete("Use RadBarcode with the UPCA symbology. More info on upgrading at https://docs.telerik.com/devtools/wpf/controls/radbarcode/upgrading")]
public class RadBarcodeUPCA : MultiSectionBarcodeBase, ISupportLeadingText, ISupportTrailingText
Constructors
RadBarcodeUPCA()
Fields
LeadingTextProperty
Identifies the LeadingText dependency property.
Declaration
public static readonly DependencyProperty LeadingTextProperty
Field Value
System.Windows.DependencyProperty
|
TrailingTextProperty
Identifies the RightText dependency property.
Declaration
public static readonly DependencyProperty TrailingTextProperty
Field Value
System.Windows.DependencyProperty
|
Properties
LeadingText
Gets or sets the LeadingText.
Declaration
public string LeadingText { get; set; }
Property Value
System.String
|
TrailingText
Gets or sets the TrailingText.
Declaration
public string TrailingText { get; set; }
Property Value
System.String
|
Methods
MeasureOverride(Size)
This code handles the sizing for the barcode, depending on the ratio and the available size.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.Windows.Size
availableSize
|
Returns
System.Windows.Size
|
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |