Class GradienPanelExtCollectioEditorForm
Summary description for GradienPanelExtPrimitivesEditorForm.
Inheritance
System.Object
GradienPanelExtCollectioEditorForm
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class GradienPanelExtCollectioEditorForm : Form
Constructors
GradienPanelExtCollectioEditorForm(GradientPanelExt)
Initializes a new instance of the GradienPanelExtCollectioEditorForm class, providing a user interface for managing the primitives of a GradientPanelExt control.
Declaration
public GradienPanelExtCollectioEditorForm(GradientPanelExt ownerControl)
Parameters
Type | Name | Description |
---|---|---|
GradientPanelExt | ownerControl | The GradientPanelExt control whose primitives are to be managed. |
GradienPanelExtCollectioEditorForm(GradientPanelExt, IServiceProvider)
Initializes a new instance of the GradienPanelExtCollectioEditorForm class, providing a user interface for managing the primitives of a GradientPanelExt control.
Declaration
public GradienPanelExtCollectioEditorForm(GradientPanelExt ownerControl, IServiceProvider provider)
Parameters
Type | Name | Description |
---|---|---|
GradientPanelExt | ownerControl | The GradientPanelExt control whose primitives are to be managed. |
System.IServiceProvider | provider | IServiceProvider instance |