Class TextElement
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
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TextElement : BarcodeElementBase
Constructors
TextElement(RectangleF, String)
Declaration
public TextElement(RectangleF bounds, string text)
Parameters
System.
|
System.
|
TextElement(RectangleF, String, Color)
Declaration
public TextElement(RectangleF bounds, string text, Color foreColor)
Parameters
System.
|
System.
|
System.
|
Properties
Font
Declaration
public Font Font { get; set; }
Property Value
System.
|
ForeColor
Declaration
public Color ForeColor { get; set; }
Property Value
System.
|
Text
Declaration
public string Text { get; set; }
Property Value
System.
|
Methods
PaintElement(Graphics)
Declaration
public override void PaintElement(Graphics g)
Parameters
System.
|