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.Drawing.RectangleF
bounds
|
System.String
text
|
TextElement(RectangleF, String, Color)
Declaration
public TextElement(RectangleF bounds, string text, Color foreColor)
Parameters
System.Drawing.RectangleF
bounds
|
System.String
text
|
System.Drawing.Color
foreColor
|
Properties
Font
Declaration
public Font Font { get; set; }
Property Value
System.Drawing.Font
|
ForeColor
Declaration
public Color ForeColor { get; set; }
Property Value
System.Drawing.Color
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Methods
PaintElement(Graphics)
Declaration
public override void PaintElement(Graphics g)
Parameters
System.Drawing.Graphics
g
|