Blazor

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

    Show / Hide Table of Contents

    Class Dimension

    Defines the dimension of selected target.

    Inheritance
    System.Object
    Dimension
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Dimension : Object

    Constructors

    Dimension()

    Declaration
    public Dimension()

    Properties

    Bottom

    Defines the bottom position of the target.

    Declaration
    public double Bottom { get; set; }
    Property Value
    Type Description
    System.Double

    Height

    Defines the height position of the target.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    Left

    Defines the left position of the target.

    Declaration
    public double Left { get; set; }
    Property Value
    Type Description
    System.Double

    Right

    Defines the right position of the target.

    Declaration
    public double Right { get; set; }
    Property Value
    Type Description
    System.Double

    Top

    Defines the top position of the target.

    Declaration
    public double Top { get; set; }
    Property Value
    Type Description
    System.Double

    Width

    Defines the width position of the target.

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