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.Char
|
barRect
Declaration
protected RectangleF barRect
Field Value
System.Drawing.RectangleF
|
barText
Declaration
protected string barText
Field Value
System.String
|
GapChar
Declaration
protected static readonly char GapChar
Field Value
System.Char
|
pattern
Declaration
protected string pattern
Field Value
System.String
|
TagChar
Declaration
protected static readonly char TagChar
Field Value
System.Char
|
Methods
AlignToText(RectangleF)
Declaration
protected virtual RectangleF AlignToText(RectangleF bounds)
Parameters
System.Drawing.RectangleF
bounds
|
Returns
System.Drawing.RectangleF
|
ArrangeContent(IMeasureContext, RectangleF)
Declaration
public override void ArrangeContent(IMeasureContext context, RectangleF bounds)
Parameters
IMeasureContext
context
|
System.Drawing.RectangleF
bounds
|
Overrides
CreateBarsOverride(IElementFactory)
Declaration
protected override void CreateBarsOverride(IElementFactory factory)
Parameters
IElementFactory
factory
|
Overrides
CreateTextElementsOverride(IElementFactory)
Declaration
protected override void CreateTextElementsOverride(IElementFactory factory)
Parameters
IElementFactory
factory
|
Overrides
GetBarRect(RectangleF)
Declaration
protected virtual RectangleF GetBarRect(RectangleF bounds)
Parameters
System.Drawing.RectangleF
bounds
|
Returns
System.Drawing.RectangleF
|
GetEncoding(String)
Declaration
protected virtual string GetEncoding(string value)
Parameters
System.String
value
|
Returns
System.String
|
GetFormat(String)
Declaration
protected virtual string GetFormat(string value)
Parameters
System.String
value
|
Returns
System.String
|
GetLength()
Declaration
protected virtual float GetLength()
Returns
System.Single
|
GetSymbols(String)
Declaration
protected virtual string GetSymbols(string value)
Parameters
System.String
value
|
Returns
System.String
|
GetTextRect(RectangleF)
Declaration
protected virtual RectangleF GetTextRect(RectangleF bounds)
Parameters
System.Drawing.RectangleF
bounds
|
Returns
System.Drawing.RectangleF
|
GetTextRect(SizeF, RectangleF, StringAlignment, StringAlignment)
Declaration
protected static RectangleF GetTextRect(SizeF textSize, RectangleF bounds, StringAlignment textAlign, StringAlignment lineAlign)
Parameters
System.Drawing.SizeF
textSize
|
System.Drawing.RectangleF
bounds
|
System.Drawing.StringAlignment
textAlign
|
System.Drawing.StringAlignment
lineAlign
|
Returns
System.Drawing.RectangleF
|
MeasureContent(IMeasureContext, SizeF)
Declaration
public override SizeF MeasureContent(IMeasureContext context, SizeF size)
Parameters
IMeasureContext
context
|
System.Drawing.SizeF
size
|
Returns
System.Drawing.SizeF
|
Overrides
ProcessValue(String)
Declaration
public override void ProcessValue(string value)
Parameters
System.String
value
|