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