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