AppWindowPlacement.Offset 属性

定义

获取应用窗口的偏移量。

public:
 property Point Offset { Point get(); };
Point Offset();
public Point Offset { get; }
var point = appWindowPlacement.offset;
Public ReadOnly Property Offset As Point

属性值

应用窗口的偏移量。

适用于