Class ProgressBarAdvDrawEventArgs
Inheritance
System.Object
ProgressBarAdvDrawEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ProgressBarAdvDrawEventArgs : EventArgs
Constructors
ProgressBarAdvDrawEventArgs(Graphics, Rectangle)
Declaration
public ProgressBarAdvDrawEventArgs(Graphics g, Rectangle rect)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Graphics | g | |
| System.Drawing.Rectangle | rect |
Properties
Graphics
Gets the Graphics used to paint.
Declaration
public Graphics Graphics { get; }
Property Value
| Type |
|---|
| System.Drawing.Graphics |
Handled
Gets or sets a value indicating whether the DrawWaitingCustomRender event was handled.
Declaration
public bool Handled { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Rectangle
Gets the bounding rectangle.
Declaration
public Rectangle Rectangle { get; }
Property Value
| Type |
|---|
| System.Drawing.Rectangle |