menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResizeEventArgs - API Reference

    Show / Hide Table of Contents

    Class ResizeEventArgs

    Specifies the event arguments for the resize event in maps.

    Inheritance
    System.Object
    MapsBaseEventArgs
    ResizeEventArgs
    Inherited Members
    MapsBaseEventArgs.Cancel
    Namespace: Syncfusion.Blazor.Maps
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ResizeEventArgs : MapsBaseEventArgs

    Constructors

    ResizeEventArgs()

    Declaration
    public ResizeEventArgs()

    Properties

    CurrentSize

    Gets or sets the current size of the maps after the resize event.

    Declaration
    public SizeF CurrentSize { get; set; }
    Property Value
    Type Description
    System.Drawing.SizeF

    The size of the map in floating-point units, after it has been resized.

    PreviousSize

    Gets or sets the previous size of the maps before the resize event.

    Declaration
    public SizeF PreviousSize { get; set; }
    Property Value
    Type Description
    System.Drawing.SizeF

    The size of the map in floating-point units, before it has been resized.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved