Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ResizeEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ResizeEventArgs

    Defines the ResizeEventArgs.

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

    Constructors

    ResizeEventArgs()

    Declaration
    public ResizeEventArgs()

    Properties

    Cancel

    Defines the event cancel status.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    CurrentSize

    Defines the current size of the heatmap.

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

    PreviousSize

    Defines the previous size of the heatmap.

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