alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ResizeEventArgs

    Specifies the event arguments for the resize event in maps.

    Inheritance
    object
    MapsBaseEventArgs
    ResizeEventArgs
    Inherited Members
    MapsBaseEventArgs.Cancel
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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 map after the resize event.

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

    A SizeF representing the map's new size.

    Remarks

    The current size reflects the dimensions of the map post-resizing operation.

    PreviousSize

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

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

    A SizeF representing the map's old size.

    Remarks

    Use this property to understand the size change and handle any adjustments needed.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved