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.Symbology
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class Symbology1D : SymbologyBase, ISymbology, INotifyPropertyChanged
Constructors
Symbology1D()
Declaration
protected Symbology1D()
Fields
BarChar
Declaration
protected static readonly char BarChar
Field Value
System.
|
barRect
Declaration
protected RectangleF barRect
Field Value
System.
|
barText
Declaration
protected string barText
Field Value
System.
|
GapChar
Declaration
protected static readonly char GapChar
Field Value
System.
|
pattern
Declaration
protected string pattern
Field Value
System.
|
TagChar
Declaration
protected static readonly char TagChar
Field Value
System.
|
Methods
AlignToText(RectangleF)
Declaration
protected virtual RectangleF AlignToText(RectangleF bounds)
Parameters
System.
|
Returns
System.
|
ArrangeContent(IMeasureContext, RectangleF)
Declaration
public override void ArrangeContent(IMeasureContext context, RectangleF bounds)
Parameters
IMeasure
|
System.
|
Overrides
CreateBarsOverride(IElementFactory)
Declaration
protected override void CreateBarsOverride(IElementFactory factory)
Parameters
IElement
|
Overrides
CreateTextElementsOverride(IElementFactory)
Declaration
protected override void CreateTextElementsOverride(IElementFactory factory)
Parameters
IElement
|
Overrides
GetBarRect(RectangleF)
Declaration
protected virtual RectangleF GetBarRect(RectangleF bounds)
Parameters
System.
|
Returns
System.
|
GetEncoding(String)
Declaration
protected virtual string GetEncoding(string value)
Parameters
System.
|
Returns
System.
|
GetFormat(String)
Declaration
protected virtual string GetFormat(string value)
Parameters
System.
|
Returns
System.
|
GetLength()
Declaration
protected virtual float GetLength()
Returns
System.
|
GetSymbols(String)
Declaration
protected virtual string GetSymbols(string value)
Parameters
System.
|
Returns
System.
|
GetTextRect(RectangleF)
Declaration
protected virtual RectangleF GetTextRect(RectangleF bounds)
Parameters
System.
|
Returns
System.
|
GetTextRect(SizeF, RectangleF, StringAlignment, StringAlignment)
Declaration
protected static RectangleF GetTextRect(SizeF textSize, RectangleF bounds, StringAlignment textAlign, StringAlignment lineAlign)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
MeasureContent(IMeasureContext, SizeF)
Declaration
public override SizeF MeasureContent(IMeasureContext context, SizeF size)
Parameters
IMeasure
|
System.
|
Returns
System.
|
Overrides
ProcessValue(String)
Declaration
public override void ProcessValue(string value)
Parameters
System.
|