Blazor

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

    Show / Hide Table of Contents

    Class ResizeEventArgs

    Specifies the event arguments available for resize event of the treemap component.

    Inheritance
    System.Object
    Syncfusion.Blazor.TreeMap.BaseEventArgs
    ResizeEventArgs
    Namespace: Syncfusion.Blazor.TreeMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ResizeEventArgs : BaseEventArgs

    Constructors

    ResizeEventArgs()

    Declaration
    public ResizeEventArgs()

    Properties

    CurrentSize

    Defines the size of the treemap after resizing.

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

    PreviousSize

    Defines the size of the treemap before resizing.

    Declaration
    public SizeF PreviousSize { get; set; }
    Property Value
    Type Description
    System.Drawing.SizeF
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved