AppWindowPlacement.Offset Property

Definition

Gets the offset of the app window.

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

Property Value

The offset of the app window.

Applies to