Class LabelLine
Represents the label with line.
Inheritance
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
LabelLine
Namespace: FastReport.Controls
Assembly: FastReport.dll
Syntax
public class LabelLine : Control, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable
Constructors
LabelLine()
Initializes a new instance of the LabelLine class.
Declaration
public LabelLine()
Methods
OnPaint(PaintEventArgs)
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.PaintEventArgs | e |
Overrides
System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)