Class RadBarcode25Standard
Inheritance
System.Object
RadBarcode25Standard
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadBarcode25Standard : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RadBarcode25Standard()
Declaration
public RadBarcode25Standard()
Properties
BarcodeColor
BarcodeColorValue
Declaration
public string BarcodeColorValue { get; }
Property Value
System.String
|
BarcodeHeight
Declaration
public double BarcodeHeight { get; }
Property Value
System.Double
|
BarcodeText
Declaration
public string BarcodeText { get; }
Property Value
System.String
|
BarcodeTextBlock
BarcodeType
BarcodeWidth
Declaration
public double BarcodeWidth { get; }
Property Value
System.Double
|
FontSize
Declaration
public double FontSize { get; }
Property Value
System.Double
|
LeftPartCode
LeftPartCodeHeight
Declaration
public double LeftPartCodeHeight { get; }
Property Value
System.Double
|
LeftPartCodeWidth
Declaration
public double LeftPartCodeWidth { get; }
Property Value
System.Double
|
PartsCount
Declaration
public int PartsCount { get; }
Property Value
System.Int32
|
TextBlocksCount
Declaration
public int TextBlocksCount { get; }
Property Value
System.Int32
|
TextColor
TextColorValue
Declaration
public string TextColorValue { get; }
Property Value
System.String
|
Type
Declaration
public virtual string Type { get; }
Property Value
System.String
|
XamlTag
Declaration
public override string XamlTag { get; }
Property Value
System.String
|
Overrides
Methods
AssignReference(AutomationReference)
Declaration
public override void AssignReference(AutomationReference reference)
Parameters
AutomationReference
reference
|