Interface IElementFactory
Namespace: Telerik.WinControls.UI.Barcode
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IElementFactory
Properties
BarcodeElement
Elements
Declaration
ReadOnlyCollection<BarcodeElementBase> Elements { get; }
Property Value
System.
|
ElementsBounds
Declaration
RectangleF ElementsBounds { get; }
Property Value
System.
|
Methods
ClearElements()
Declaration
void ClearElements()
CreateBarElement(RectangleF)
Declaration
void CreateBarElement(RectangleF rect)
Parameters
System.
|
CreateTextElement(String, RectangleF)
Declaration
void CreateTextElement(string text, RectangleF rect)
Parameters
System.
|
System.
|