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
Left
获得/设置 Y 轴偏移量
public int Left { get; set; }
Property Value
Top
获得/设置 X 轴偏移量
public int Top { get; set; }
Property Value
Width
获得/设置 宽度
public int Width { get; set; }