Class BarElement
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 BarElement : BarcodeElementBase
Constructors
BarElement(RectangleF)
Declaration
public BarElement(RectangleF bounds)
Parameters
System.Drawing.RectangleF
bounds
|
BarElement(RectangleF, Color)
Declaration
public BarElement(RectangleF bounds, Color fill)
Parameters
System.Drawing.RectangleF
bounds
|
System.Drawing.Color
fill
|
Properties
Fill
Declaration
public Color Fill { get; set; }
Property Value
System.Drawing.Color
|
Methods
PaintElement(Graphics)
Declaration
public override void PaintElement(Graphics g)
Parameters
System.Drawing.Graphics
g
|