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 |
---|
System.Double |
Height
Defines the height position of the target.
Declaration
public double Height { get; set; }
Property Value
Type |
---|
System.Double |
Left
Defines the left position of the target.
Declaration
public double Left { get; set; }
Property Value
Type |
---|
System.Double |
Right
Defines the right position of the target.
Declaration
public double Right { get; set; }
Property Value
Type |
---|
System.Double |
Top
Defines the top position of the target.
Declaration
public double Top { get; set; }
Property Value
Type |
---|
System.Double |
Width
Defines the width position of the target.
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |