Class QueryShapeInformation
QueryShapeInformation event
Inheritance
System.Object
QueryShapeInformation
Assembly: Syncfusion.Tools.Windows.dll
public class QueryShapeInformation : EventArgs
Constructors
Declaration
public QueryShapeInformation(int index, Color hcolor, Color scolor)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
| System.Drawing.Color |
hcolor |
|
| System.Drawing.Color |
scolor |
|
Properties
Declaration
public Color HColor { get; set; }
Property Value
| Type |
| System.Drawing.Color |
Declaration
public int Index { get; set; }
Property Value
Declaration
public Color Scolor { get; set; }
Property Value
| Type |
| System.Drawing.Color |