Class MapsActionList
Class which represents the maps action list.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public class MapsActionList : SyncActionListBase<Maps>
Constructors
MapsActionList(IComponent)
Initializes a new instance of the MapsActionList class.
Declaration
public MapsActionList(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | The component. |
Properties
EnableZoomOnSelection
Gets or Sets ShapesCount
Declaration
public bool EnableZoomOnSelection { get; set; }
Property Value
Type |
---|
System.Boolean |
MaxZoomLevel
Gets or Sets MaxZoomLevel
Declaration
public int MaxZoomLevel { get; set; }
Property Value
Type |
---|
System.Int32 |
Name
Gets or sets Name.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
ZoomFactor
Gets or Sets ZoomFactor
Declaration
public float ZoomFactor { get; set; }
Property Value
Type |
---|
System.Single |
ZoomLevel
Gets or Sets ZoomLevel
Declaration
public int ZoomLevel { get; set; }
Property Value
Type |
---|
System.Int32 |
Methods
InitializeActionList()
Overrridden InitializeActionList.
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Maps.Maps>.InitializeActionList()