Table of Contents

Class Offset

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

物体偏移量类

public class Offset
Inheritance
Offset
Inherited Members
Extension Methods

Constructors

Offset()

public Offset()

Properties

Height

获得/设置 高度

public int Height { get; set; }

Property Value

int

Left

获得/设置 Y 轴偏移量

public int Left { get; set; }

Property Value

int

Top

获得/设置 X 轴偏移量

public int Top { get; set; }

Property Value

int

Width

获得/设置 宽度

public int Width { get; set; }

Property Value

int