Class Symbology1D
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Barcode
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class Symbology1D : SymbologyBase, ISymbology, INotifyPropertyChanged
Constructors
Symbology1D()
Declaration
protected Symbology1D()
Properties
CodeTextSpacing
Gets or sets the spacing around the text.
Declaration
public double CodeTextSpacing { get; set; }
Property Value
System.Double
|
LineAlign
Gets or sets the vertical alignment of the text displayed in the barcode.
Declaration
public StringAlignment LineAlign { get; set; }
Property Value
System.Drawing.StringAlignment
|
ShowText
Gets or sets a value indicating whether the text of the barcode should be drawn.
Declaration
public bool ShowText { get; set; }
Property Value
System.Boolean
|
TextAlign
Gets or sets the horizontal alignment of the text displayed in the barcode.
Declaration
public StringAlignment TextAlign { get; set; }
Property Value
System.Drawing.StringAlignment
|