menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapsActionList

    Class which represents the maps action list.

    Inheritance
    System.Object
    SyncActionListBase<Maps>
    MapsActionList
    Inherited Members
    SyncActionListBase<Maps>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<Maps>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<Maps>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<Maps>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<Maps>.Control
    SyncActionListBase<Maps>.GetProperty(String)
    SyncActionListBase<Maps>.GetSortedActionItems()
    SyncActionListBase<Maps>.GetValue(String)
    SyncActionListBase<Maps>.SetValue(String, Object)
    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved