Class MapsDesigner
Class which represents the map designer(smart tag).
Inheritance
System.Object
MapsDesigner
Namespace: Syncfusion.Windows.Forms.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public class MapsDesigner : ControlDesigner
Constructors
MapsDesigner()
Initializes a new instance of the MapsDesigner class
Declaration
public MapsDesigner()
Properties
ActionLists
Override method to calculate the action lists.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
---|
System.ComponentModel.Design.DesignerActionListCollection |
Methods
Initialize(IComponent)
Overridden Initialize method.
Declaration
public override void Initialize(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Component object. |